HBase is a database that built on top of the hadoop implementation
Testing
To run the test suite, start the Hadoop and HBase 0.20.x servers (follow their quick start documentation, worked only in linux)
create the directory /tmp/hbase
This is the hbase-site.xml used in the hbase server.
<configuration>
<property>
<name>hbase.rootdir</name>
<value>file:///tmp/hbase</value>
<description>The directory shared by region servers.
</description>
</property>
</configuration>
In the client side:
Edit to hbase-site.xml file in the test.jdo.hbase/src folder to match the IP of HBase.
Labels
(None)







