Re: Storing Json format in Hbase

2015-01-04 Thread Shashidhar Rao
json or not. If you want to search inside json then HBase won't be best option for you. Probably you can switch to MongoDB or some other document store. Hope it helps... Regards, Chandrashekhar On 04-Jan-2015 3:32 PM, Shashidhar Rao raoshashidhar...@gmail.com wrote: Hi

Re: Storing Json format in Hbase

2015-01-04 Thread Shashidhar Rao
, Shashidhar Rao raoshashidhar...@gmail.com wrote: Ayache and Chandrashekhar, You are correct, even I am reluctant to go for json transformation. Storing xml in Hbase without transformation to json would be a lot easier at the storing stage. But, my concern is querying this xml data from

Re: Storing Json format in Hbase

2015-01-04 Thread Shashidhar Rao
in future. I mean I could not find much on their web site. Who all are using this exist db in production? Any idea. Thanks Shashi On Sun, Jan 4, 2015 at 9:15 PM, Shashidhar Rao raoshashidhar...@gmail.com wrote: Thanks a lot Ayache for the links On Sun, Jan 4, 2015 at 8:49 PM, Ayache Khettar

Storing Json format in Hbase

2015-01-04 Thread Shashidhar Rao
Hi, Can someone guide me if the solution I am proposing is a feasible option or not 1. Large xml data is delivered through external system. 2. Convert these into json format. 3. Store it into HBASE ,even though there will be hardly any updates , only retrieval. I have looked at Hive but finally

Using HBase data

2014-04-15 Thread Shashidhar Rao
Hi, I am starting to think of a new project using Hadoop and Hbase as my persistent store. But I am quite confused as to how to use these HBASE data. 1. Can these HBASE data be used in web applications. Meaning retrieving the data and showing it on the web page. Can somebody please suggest how

Zookeeper and Hbase

2014-04-14 Thread Shashidhar Rao
Hi , Can somebody please explain how to configure Hbase to use zookeeper . What are the configuration files involved on Hbase side and zookeeper side and does the zookeeper servers have to be different from the Region Servers or can zookeeper servers installed on the same servers as that of