Re: Json+hbase

2013-02-04 Thread ranjini . r
Hi, Need to create the data as given below in JSON Object and put the data into Hbase table using java ID Address TypeAddress1Address2Address3 1 homex x x office y y

Re: Json+hbase

2013-02-04 Thread Jean-Marc Spaggiari
Hi Ranjini, You just have to convert your JSon object into a string, and store this string into HBase with puts. You will need to figure the right key based on you use case. 2013/2/4, ranjin...@polarisft.com ranjin...@polarisft.com: Hi, Need to create the data as given below in JSON

Re: Json+hbase

2013-02-04 Thread yonghu
I think you can treat id as row key. and address-type/home or address-type/office as column family. each address can be treated as column. The thing is how you can transform your json metadata into Hbase schema information. regards! Yong On Mon, Feb 4, 2013 at 11:28 AM, ranjin...@polarisft.com

Json+hbase

2013-02-04 Thread ranjini . r
Hi, Need to create JSON Object and put the data into Hbase table. How to but Json object in hbase table. Please guide me to complete the task. Thanks in advance. Regards, Ranjini R BSC-1,Nxt-Lvl 4th Floor East Wing Polaris.FT-Navallur-Chennai Mobile No:9003048194 This e-Mail may

Re: Json+hbase

2013-02-04 Thread Dhaval Shah
2013 5:14 AM Subject: Json+hbase Hi,         Need to create JSON Object and put the data into Hbase table. How to but Json object in hbase table. Please guide me to complete the task. Thanks in advance. Regards, Ranjini R BSC-1,Nxt-Lvl 4th Floor East Wing Polaris.FT-Navallur-Chennai Mobile

Re: Json+hbase

2013-02-04 Thread Damien Hardy
Hello, You can take a look at Jaql http://publib.boulder.ibm.com/infocenter/bigins/v1r1/topic/com.ibm.swg.im.infosphere.biginsights.doc/doc/r0057923.html Cheers, 2013/2/4 ranjin...@polarisft.com Hi, Need to create JSON Object and put the data into Hbase table. How to but Json

Re: Json+hbase

2013-02-04 Thread Russell Jurney
With Pig, create your object, ToJson it, then store the JSON string to HBase. http://hortonworks.com/blog/jsonize-anything-in-pig-with-tojson/ http://pig.apache.org/docs/r0.10.0/api/org/apache/pig/backend/hadoop/hbase/HBaseStorage.html Russell Jurney http://datasyndrome.com On Feb 4, 2013, at