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

Matt Warhaftig updated HBASE-15870:
-----------------------------------
    Attachment: hbase-15870-v1.patch

Attached patch 'hbase-15870-v1.patch' adds column support to multiget REST 
calls.  Enhanced format is:
{noformat}
http://example.com:8000/<table>/multiget/<column>:<qualifier>[,<column>:<qualifier>...]?row=<row1>[&row=<row2>...]
{noformat}
Where zero or more column:qualifier tuples can be specified (comma delimited) 
and column can be specified without qualifier. Examples:
{noformat}
http://example.com:8000/t1/multiget/cf1:c1,cf2?row=r1
{noformat}

It doesn't look like [HBase Reference Guide|http://hbase.apache.org/book.html] 
documents the multiget REST functionality.  Should it get added?

> Specify columns in REST multi gets
> ----------------------------------
>
>                 Key: HBASE-15870
>                 URL: https://issues.apache.org/jira/browse/HBASE-15870
>             Project: HBase
>          Issue Type: New Feature
>          Components: REST
>            Reporter: Dean Gurvitz
>            Assignee: Matt Warhaftig
>            Priority: Minor
>         Attachments: hbase-15870-v1.patch
>
>
> The REST multi-gets feature currently does not allow specifying only certain 
> columns or column families. Adding support for these should be quite simple 
> and improve the usability of the multi-gets feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to