Re: HBase rest RowSpec bug on startRow and endRow

2011-07-20 Thread Hailun Yan
Thanks, Andy. On Mon, Jul 18, 2011 at 2:49 PM, allan yan wrote: > Hi, > I don't know how to report issue to HBase team. So I just post it here. > There might be a bug for REST web service to get rows with given startRow > and endRow. > For example, to get a list of rows with startRow=testrow1, en

Re: HBase rest RowSpec bug on startRow and endRow

2011-07-18 Thread Andrew Purtell
) - Original Message - > From: allan yan > To: user@hbase.apache.org > Cc: d...@hbase.apache.org > Sent: Monday, July 18, 2011 2:49 PM > Subject: HBase rest RowSpec bug on startRow and endRow > > Hi, > > I don't know how to report issue to HBase team. So I just post

HBase rest RowSpec bug on startRow and endRow

2011-07-18 Thread allan yan
Hi, I don't know how to report issue to HBase team. So I just post it here. There might be a bug for REST web service to get rows with given startRow and endRow. For example, to get a list of rows with startRow=testrow1, endRow=testrow2, I send GET request: curl http://localhost:8123/TestRow