diff -ur conf/hbase-env.sh /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g/hbase-env.sh --- conf/hbase-env.sh 2013-10-21 18:15:36.000000000 -0700 +++ /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g/hbase-env.sh 2013-10-24 08:23:00.000000000 -0700 @@ -32,7 +32,7 @@ # export HBASE_CLASSPATH= # The maximum amount of heap to use, in MB. Default is 1000. -# export HBASE_HEAPSIZE=1000 +export HBASE_HEAPSIZE=20000 # Extra Java runtime options. # Below are what we set by default. May only work with SUN JVM. @@ -43,7 +43,7 @@ # Uncomment one of the below three options to enable java garbage collection logging for the server-side processes. # This enables basic gc logging to the .out file. -# export SERVER_GC_OPTS="-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps" +export SERVER_GC_OPTS="-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps" # This enables basic gc logging to its own file. # If FILE-PATH is not replaced, the log file(.gc) would still be generated in the HBASE_LOG_DIR . diff -ur conf/hbase-site.xml /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g/hbase-site.xml --- conf/hbase-site.xml 2013-10-21 18:15:37.000000000 -0700 +++ /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g/hbase-site.xml 2013-10-23 10:09:49.000000000 -0700 @@ -21,4 +21,19 @@ */ --> + + + hfile.block.cache.size + 0.6 + + + + hbase.regionserver.global.memstore.upperLimit + 0.2 + + + + hbase.regionserver.global.memstore.lowerLimit + 0.18 + Only in /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g: perfeval.txt Only in /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g: plot_iterations.py Only in /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g: test1_run1.out Only in /Users/ndimiduk/Dropbox/Documents/work/HWX/flubber/perf_blockcache/on-heap-20g: test1_run1.pdf