Hi Mariah,
though not much idea about zookeeper/region server nw,
But i tried a code snippet from
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/package-summary.html
&
it did worked for me. might help you.
just try this line
Configuration config = HBaseConfiguration.create(); //a
Dear all,
I'm new to hbase and I want to make a java client application to access hbase.
I started by reading the quick start and installed hbase standalone on
localhost (without hdfs). The only thing I configured was the JAVA_HOME in
hbase-env.I launched the master and did a quick test. Everyt