You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/11/02 00:48:23 UTC

[jira] Resolved: (HBASE-3120) [rest] content transcoding

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

Andrew Purtell resolved HBASE-3120.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.90.0
     Hadoop Flags: [Reviewed]

Committed.

> [rest] content transcoding
> --------------------------
>
>                 Key: HBASE-3120
>                 URL: https://issues.apache.org/jira/browse/HBASE-3120
>             Project: HBase
>          Issue Type: Improvement
>          Components: rest
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3120.patch
>
>
> We have a reasonable user request for support for decoding of base64 encoded values into raw/binary when servicing GET requests with an Accept header of {{application/octet-stream}}. 
> We can introduce a table schema attribute for column families that instructs the REST gateway to perform input and/or output transcoding, with base64->binary (for GET) and vice versa (for PUT or POST) as the first supported option. 

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