Do you see any exception in region server logs ? Which release of hbase are you using ?
Cheers On Jul 24, 2014, at 3:11 AM, reddibabu <[email protected]> wrote: > Hi, > > I am working on Twitter API for retrieve the twitter information and store > those details into Hbase table. > Here, I am not able to put twitter4j.Place attributes into Hbase table, I am > able to retrieve Place and GeoLocation properties from Twitter API and able > to see on Client application. The below mentioned is the line of code for > put operation in my scala application, able to put twitter4j.User and > twitter4j.Status properties correctly into hbase table. > > rowkey.add(Bytes.toBytes("columnFamily"),Bytes.toBytes("latitude"),Bytes.toBytes("latitude > information")) > > Is there any another specific way not like above mentioned line of code to > put those Place/GeoLocation properties into HBase table. > > Any assistance is greatful. > > Thanks, > Reddi Babu > > > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/Not-able-to-put-Twitter4j-Place-object-attributes-from-scala-application-tp4061914.html > Sent from the HBase User mailing list archive at Nabble.com.
