Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kylebrandt
Created February 29, 2016 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylebrandt/04c0658828e616b5d8c5 to your computer and use it in GitHub Desktop.
Save kylebrandt/04c0658828e616b5d8c5 to your computer and use it in GitHub Desktop.
Cloudera Not Default HBase Settings
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