Hi Stack: Thanks for your reply. I will try to lower the version of thrift ^ ^ Does the HBase 0.94.2-cdh4.2.1's thrift version is 0.8.0? Update for some information with thrift 0.8.0: 1. client.getRow() works fine, but getTableNames() and getColumnDescriptors() fail. 2. Last night, I restart the hbase. getTableNames() and getColumnDescriptors() is working then! 3. This morning, these two functions fail again.
2014/1/10 Stack <[email protected]> > On Thu, Jan 9, 2014 at 12:09 AM, churly lin <[email protected]> wrote: > > > > > My thrfit version is 0.9.0. > > > > > Try using the thrift version that hbase 0.94 uses, 0.8.0. > > You might also look at http://happybase.readthedocs.org/en/latest/ and > take > advantage of Wouter's nice work. > > St.Ack >
