Created
August 21, 2012 00:31
-
-
Save shrijeet/3409857 to your computer and use it in GitHub Desktop.
Hbase 0.90.3 --> 0.92.2 which configurations to tweak?
This file contains hidden or 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
* MSLAB - Okay to leave it turned ON 0.92.2 onwards since we have lots of memory and number of regions per region server is not too crazy high (200 regions/per RS) | |
* Distributed splitting - Want it! | |
* Memory accounting is different now - Okay to leave block cache's value same as it was in 0.90.0 since its already set to a liberal value (0.45) | |
* Experimental off-heap cache - Leave it turned off. | |
* Region max file size - Currently set to 2GB, we should go up. 4GB will cut our regions / per region server to under 100. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment