Updated Version of Spring classes for HBase

2009-07-27 Thread Vaibhav Puranik
*I have modified the spring class HBaseConfigurationFactoryBean in a way that will allow developers to set any property of the HBaseConfiguration for the client.* The updated configuration will look like: ${hbase.zookeeper.quorum}

Re: Spring classes for HBase

2009-07-23 Thread stack
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 wrote: > St.Ack, > > I am curi

Re: Spring classes for HBase

2009-07-23 Thread Ken Weiner
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 wrote: > On Wed

Re: Spring classes for HBase

2009-07-22 Thread stack
On Wed, Jul 22, 2009 at 4:15 PM, Vaibhav Puranik 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 > c

Re: Spring classes for HBase

2009-07-22 Thread Vaibhav Puranik
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 configura

Re: Spring classes for HBase

2009-07-22 Thread stack
Excellent. Please add a link here: http://wiki.apache.org/hadoop/SupportingProjects. St.Ack On Wed, Jul 22, 2009 at 10:29 AM, Vaibhav Puranik wrote: > Hi Everybody, > > We have created Spring like classes - *HBaseTemplate, HBaseCallback and > HBaseConfigurationFactoryBean* for all the *Spring Fr

Spring classes for HBase

2009-07-22 Thread Vaibhav Puranik
Hi Everybody, We have created Spring like classes - *HBaseTemplate, HBaseCallback and HBaseConfigurationFactoryBean* for all the *Spring Framework* fans. This will make it easy to use HBase with Spring Framework. *You can download the classes from following Spring Framework issue:* http://jira.sp