Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kecheung committed Feb 22, 2021
1 parent 2670bb1 commit 7a5b972
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
The easiest way to setup is to create the tables using a Hadoop cluster. Once the tables are prepared, attach the target cluster to test.

The following items for table preparation:
- Hadoop cluster
- Hadoop cluster (at least 16 core worker nodes)
- External hive metastore
- Storage account
```
# Larger scales will require increased memory settings (example below)
# Larger scales will require increased memory settings
# Example using 10 worker nodes (16 cores) at scale 10000 (10TB)
hive.tez.container.size=10240
hive.tez.java.opts=-Xmx8192m
hive.tez.java.opts=-Xmx8192M -Xms8192M
```

## Modifying Execution Method
Expand Down

0 comments on commit 7a5b972

Please sign in to comment.