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 2010/04/02 11:32:27 UTC

[jira] Created: (HBASE-2403) [stargate] client HTable interface to REST connector

[stargate] client HTable interface to REST connector
----------------------------------------------------

                 Key: HBASE-2403
                 URL: https://issues.apache.org/jira/browse/HBASE-2403
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell
            Priority: Minor
             Fix For: 0.20.4, 0.21.0


Implement a HTableInterface that wraps client access to the REST connector. Many ops can be supported, except for filters on Gets, ICV, CheckAndPut, and row locks. Just throw exceptions for those. Backport to branch as HTable subclass.

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


[jira] Resolved: (HBASE-2403) [stargate] client HTable interface to REST connector

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-2403.
-----------------------------------

    Resolution: Fixed

Committed to trunk and 0.20 branch.

> [stargate] client HTable interface to REST connector
> ----------------------------------------------------
>
>                 Key: HBASE-2403
>                 URL: https://issues.apache.org/jira/browse/HBASE-2403
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2403.patch
>
>
> Implement a HTableInterface that wraps client access to the REST connector. Many ops can be supported, except for filters on Gets, ICV, CheckAndPut, and row locks. Just throw exceptions for those. Backport to branch as HTable subclass.

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