Re: Thrift Error in HBase

2013-12-17 Thread Ramon Wang
Thanks guys, we have fixed it by reinstall the python depended Thrift lib. Cheers Ramon

Re: Thrift Error in HBase

2013-12-17 Thread Anoop John
As per the line no it comes as * byte*[][] famAndQf = KeyValue.*parseColumn*(*getBytes*(m.column)); column inside Mutation comes as null... Can you check client code -Anoop- On Tue, Dec 17, 2013 at 2:59 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Due to some reason th

Re: Thrift Error in HBase

2013-12-17 Thread ramkrishna vasudevan
Due to some reason the row that is created inside the BatchMutation is null. Can you check your Thrift client code where BatchMutation is created? On Tue, Dec 17, 2013 at 2:45 PM, Ramon Wang wrote: > Hi Folks > > We upgraded our cluster to CDH4.5.0 recently, HBase version is > 0.94.6-cdh4.5.0

Thrift Error in HBase

2013-12-17 Thread Ramon Wang
Hi Folks We upgraded our cluster to CDH4.5.0 recently, HBase version is 0.94.6-cdh4.5.0 now. Our client program(written in Python) cannot save data by using Thrift, there are errors happen when we are trying to save data with many columns(more than 7 or 8), and here is the error log: 2013-12-17 0