I ran into a problem while running a simple Hbase example.
I create on HbaseTest.java that create one table and insert some records. On Unix, I can compile the java class. by way.
$ javac -classpath hbase-0.94.2.jar: hasoop-core-1.0.4.jar HBaseTest.java
But I can not run this program: $ java -classpath hbase-0.94.2.jar: hasoop-core-1.0.4.jar HBaseTest
The above command does not work for me. Not sure what the problem is? Is the right option to run the Hbase Java example?
hbase hadoop
Amit nagar
source share