Created
February 29, 2016 01:07
-
-
Save kylebrandt/04c0658828e616b5d8c5 to your computer and use it in GitHub Desktop.
Cloudera Not Default HBase Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zookeeper.session.timeout: 600000 | |
HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml: | |
<property> | |
<name>hbase.snapshot.enabled</name> | |
<value>true</value> | |
</property> | |
Java Configuration Options for HBase RegionServer: | |
-XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:-ResizePLAB -XX:ParallelGCThreads=17 -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintAdaptiveSizePolicy | |
hbase.replication: true | |
Java Heap Size of HBase RegionServer in Bytes: 12 GiB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment