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, [email protected] <[email protected]>: > Hi, > > > Need to create the data as given below in JSON Object and put the > data into Hbase table using java > > ID Address Type Address1 Address2 Address3 > > 1 home x x x > office y y y > > > How to put Json object in hbase table. Please guide me > > Thanks in advance. > > > > This e-Mail may contain proprietary and confidential information and is sent > for the intended recipient(s) only. If by an addressing or transmission > error this mail has been misdirected to you, you are requested to delete > this mail immediately. You are also hereby notified that any use, any form > of reproduction, dissemination, copying, disclosure, modification, > distribution and/or publication of this e-mail message, contents or its > attachment other than by its intended recipient/s is strictly prohibited. > > Visit us at http://www.polarisFT.com >
