Ken is right. My bad. All it needs know is where to find hbase -- the quorum settings.
You might want to add later some of the client-side configs like how many items to cache scanning, and write buffer sizes. St.Ack On Thu, Jul 23, 2009 at 10:07 AM, Ken Weiner <[email protected]> wrote: > St.Ack, > > I am curious why a client would need to specify the hbase.rootdir which is > already configured on the hbase server. My hbase.rootdir is set to a > location in HDFS. The client doesn't need to know anything about that, > does > it? > > -Ken > > On Wed, Jul 22, 2009 at 10:44 PM, stack <[email protected]> wrote: > > > On Wed, Jul 22, 2009 at 4:15 PM, Vaibhav Puranik <[email protected]> > > wrote: > > > > > I will add it as soon as I fix upload the updated classes. > > > > > > I had to update the spring classes to remove hbase.master and replace > it > > by > > > hbase.zookeeper.quorum. > > > > > > It will be great if you can tell me which properties do we need to > > > configure > > > in client. I can accordingly change code and spring configuration. > > > > > > > > > Start simple I'd say. hbase.rootdir and hbase.zookeeper.quorum. > > St.Ack > > >
