You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/06/01 23:23:07 UTC

[jira] Issue Comment Edited: (HBASE-1400) Improve REST interface semantics and efficiency

    [ https://issues.apache.org/jira/browse/HBASE-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715263#action_12715263 ] 

Andrew Purtell edited comment on HBASE-1400 at 6/1/09 2:22 PM:
---------------------------------------------------------------

I completely agree with all of Brian's points. Agree the I/O is hackish. I'll try refactoring it as suggested. 

Seems that JSON support is easy enough to add at the same time.

      was (Author: apurtell):
    I completely agree with all of Brian's points. Agree the I/O is hackish. I'll try refactoring it as suggested. Will leave out JSON support given Brian's offer to contribute it later. 
  
> Improve REST interface semantics and efficiency
> -----------------------------------------------
>
>                 Key: HBASE-1400
>                 URL: https://issues.apache.org/jira/browse/HBASE-1400
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: rest
>            Reporter: Andrew Purtell
>            Priority: Minor
>         Attachments: stargate-0.0.1.zip, stargate-testing.pdf, stargate.pdf
>
>
> Improve the semantics of the REST interface: more metadata operations, bulk updates, protobufs (if Accept equals "application/x-protobuf" for GET or Content-Type equals the same for PUT or POST) instead of multipart/related (which is not supported now anyway) etc. for general efficiency and support for queries or scanners that return multiple KeyValues. 
> I am working on a proposal.

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