|
|
Jonathan Bishop 2012-10-19, 22:56
Hi,
Taking a look at the thrift interface to hbase and I am having a hard time finding any way to set the "filterString" for scans. Anyone know how to do this?
Thanks,
Jon
P.S. If there is a better user group for this question please let me know :-)
+
Jonathan Bishop 2012-10-19, 22:56
-
Re: thrift with filters
Stack 2012-10-20, 00:46
On Fri, Oct 19, 2012 at 3:56 PM, Jonathan Bishop <[EMAIL PROTECTED]> wrote: > Hi, > > Taking a look at the thrift interface to hbase and I am having a hard time > finding any way to set the "filterString" for scans. Anyone know how to do > this? >
What have you tried? St.Ack
+
Stack 2012-10-20, 00:46
-
RE: thrift with filters
Kumar, Suresh 2012-10-19, 23:34
Jon:
Welcome to the club.
I am having a very bad experience using thrift (python) and REST (stargate) with filters.
Filters work well with a Java client, but no luck with thrift or REST.
Good luck, Suresh -----Original Message----- From: Jonathan Bishop [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2012 3:56 PM To: [EMAIL PROTECTED] Subject: thrift with filters
Hi,
Taking a look at the thrift interface to hbase and I am having a hard time finding any way to set the "filterString" for scans. Anyone know how to do this?
Thanks,
Jon
P.S. If there is a better user group for this question please let me know :-)
+
Kumar, Suresh 2012-10-19, 23:34
-
Re: thrift with filters
Andrew Purtell 2012-10-19, 23:39
Yes, it is fair to say that because filters have been evolving at a different rate than either the Thrift or REST gateway, the "first class" support for filters is the Java client. I would expect this to be addressed in subsequent releases as we near "1.0" and of course patches are always welcome.
On Fri, Oct 19, 2012 at 4:34 PM, Kumar, Suresh <[EMAIL PROTECTED]>wrote:
> > Jon: > > Welcome to the club. > > I am having a very bad experience using thrift (python) and REST > (stargate) with filters. > > Filters work well with a Java client, but no luck with thrift or REST. > > Good luck, > Suresh > > > -----Original Message----- > From: Jonathan Bishop [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2012 3:56 PM > To: [EMAIL PROTECTED] > Subject: thrift with filters > > Hi, > > Taking a look at the thrift interface to hbase and I am having a hard > time > finding any way to set the "filterString" for scans. Anyone know how to > do > this? > > Thanks, > > Jon > > P.S. If there is a better user group for this question please let me > know > :-) >
-- Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
+
Andrew Purtell 2012-10-19, 23:39
-
Re: thrift with filters
Jonathan Bishop 2012-10-19, 23:51
Thanks for the update Andrew. I'll keep an eye out for updates.
Jon
On Fri, Oct 19, 2012 at 4:39 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote:
> Yes, it is fair to say that because filters have been evolving at a > different rate than either the Thrift or REST gateway, the "first class" > support for filters is the Java client. I would expect this to be addressed > in subsequent releases as we near "1.0" and of course patches are always > welcome. > > On Fri, Oct 19, 2012 at 4:34 PM, Kumar, Suresh <[EMAIL PROTECTED] > >wrote: > > > > > Jon: > > > > Welcome to the club. > > > > I am having a very bad experience using thrift (python) and REST > > (stargate) with filters. > > > > Filters work well with a Java client, but no luck with thrift or REST. > > > > Good luck, > > Suresh > > > > > > -----Original Message----- > > From: Jonathan Bishop [mailto:[EMAIL PROTECTED]] > > Sent: Friday, October 19, 2012 3:56 PM > > To: [EMAIL PROTECTED] > > Subject: thrift with filters > > > > Hi, > > > > Taking a look at the thrift interface to hbase and I am having a hard > > time > > finding any way to set the "filterString" for scans. Anyone know how to > > do > > this? > > > > Thanks, > > > > Jon > > > > P.S. If there is a better user group for this question please let me > > know > > :-) > > > > > > -- > Best regards, > > - Andy > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > (via Tom White) >
+
Jonathan Bishop 2012-10-19, 23:51
|
|