You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2007/12/30 18:40:43 UTC

[jira] Assigned: (HADOOP-2503) REST Insert / Select

     [ https://issues.apache.org/jira/browse/HADOOP-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned HADOOP-2503:
-------------------------------------

    Assignee: Bryan Duxbury

> REST Insert / Select
> --------------------
>
>                 Key: HADOOP-2503
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2503
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: Billy Pearson
>            Assignee: Bryan Duxbury
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: 2503.patch
>
>
> On inserts I submit the row key as urlencoded and its stored that way with the urlencodeing intact.
> But when I select with rest I send the row key as urlencoded as I stored it and get nothing back. I thank the problem is the rest interfase is urldecodeing the request before looking up the data in the table. I can select with the urlencoded row key with the shell and get results.
> This makes data not selectable if it has any urlencodeing chrs.
> So 1 of two options I see
> Make the insert store the row key after urldecode or make the select look up the row key the way it is submitted with out urldecodeing the key.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.