scan hbase using thrift api with timestamp range

2010-02-06 Thread Hua Su
Hi All, Is there anyway to scan a hbase table using thrift api with timestamp range? AFAIK, currently thrift api is the ONLY way to access hbase from non-java languages such as C++/Python/PHP/etc.. However, the thrift api seems incomplete compared to native Java hbase client api. E.g., org.apache

Re: scan hbase using thrift api with timestamp range

2010-02-06 Thread Lars Francke
> Is there anyway to scan a hbase table using thrift api with timestamp range? > > AFAIK, currently thrift api is the ONLY way to access hbase from non-java > languages such as C++/Python/PHP/etc.. However, the thrift api seems > incomplete compared to native Java hbase client api. You have the op