I'm new to Hbase.I have created a table using hbase shell.By default it's storing on /tmp folder. I want to change the storage location. where I should change the configuration. Thanks in advance..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Inside hbase folder there is config folder go to that there you will find a file name hbase-site.xml open it
For more options check the link below |
|||
|
|
|
all HBase configuration is in ${HBASE_HOME}/conf/hbase-site.xml Look in the hbase-default.xml file for hints on what you can modify. Last I checked, that was in ${HBASE_HOME}/src/main/resources/ |
|||
|
|
|
you can specify some hdfs directory as the value for hbase.rootdir if you are trying to run hbase in pseudo distributed or fully distributed mode |
|||
|
|