How can I configure a simple client to connect to a remote host with only 1 hbase instance.

2012-01-25 Thread Mariah Rose
Hi, I would like to have a client connecting to a remote hbase host with just 1 node running on there. hbase-site.xml on server:« hbase.zookeeper.quorum machine_ipThe directory shared by RegionServers. hbase.cluster.distributedtrue The mode the cluster will be i

First Java Client - Connecting to hbase

2011-12-25 Thread Mariah Rose
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