Re: REST scanner get error 500 0x1b is not valid

2008-01-01 Thread Billy Pearson
, December 31, 2007 4:03 PM Subject: Re: REST scanner get error 500 0x1b is not valid I have added some filters to filter out some bad data but I am getting a different error now Error 500 The character 0x0 is not valid. Maybe the row key should be returned as urlencoded or something. Billy

Re: REST scanner get error 500 0x1b is not valid

2007-12-31 Thread Billy
I have added some filters to filter out some bad data but I am getting a different error now Error 500 The character 0x0 is not valid. Maybe the row key should be returned as urlencoded or something. Billy Billy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On one of my

RE: REST scanner get error 500 0x1b is not valid

2007-12-31 Thread Jim Kellerman
-Original Message- From: Bryan Duxbury [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 2:46 PM To: hadoop-user@lucene.apache.org Subject: Re: REST scanner get error 500 0x1b is not valid You're probably right - column names are not base64 encoded. Isn't the contract

Re: REST scanner get error 500 0x1b is not valid

2007-12-31 Thread Bryan Duxbury
: -Original Message- From: Bryan Duxbury [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 2:46 PM To: hadoop-user@lucene.apache.org Subject: Re: REST scanner get error 500 0x1b is not valid You're probably right - column names are not base64 encoded. Isn't the contract of row/column keys

Re: REST scanner get error 500 0x1b is not valid

2007-12-30 Thread Billy
This might have something to do with the new patch https://issues.apache.org/jira/browse/HADOOP-2503 I have this patched applied I thank it might be letting me insert rows/columns that is not code safe to return on selects Billy Billy [EMAIL PROTECTED] wrote in message news:[EMAIL