You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/05/16 00:31:32 UTC

[jira] [Commented] (HBASE-8345) Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin

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

Hudson commented on HBASE-8345:
-------------------------------

Integrated in HBase-0.94-security #141 (See [https://builds.apache.org/job/HBase-0.94-security/141/])
    HBASE-8345 Add all available resources in RootResource and VersionResource to rest RemoteAdmin (Aleksandr Shulman) (Revision 1476028)

     Result = FAILURE
jxiang : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteAdmin.java
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/rest/client/TestRemoteAdmin.java

                
> Add all available resources in o.a.h.h.rest.RootResource and VersionResource to o.a.h.h.rest.client.RemoteAdmin
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-8345
>                 URL: https://issues.apache.org/jira/browse/HBASE-8345
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client, REST
>    Affects Versions: 0.94.6.1
>            Reporter: Aleksandr Shulman
>            Assignee: Aleksandr Shulman
>            Priority: Minor
>              Labels: rest_api
>             Fix For: 0.98.0, 0.94.8, 0.95.1
>
>         Attachments: HBASE-8345-v1.patch, HBASE-8345-v6-94.patch, HBASE-8345-v6-trunk.patch
>
>
> In our built-in REST clients, we should add in more of the available REST resources. This will allow more thorough testing of the REST API, particularly with IntegrationTest.
> These clients are located in the o.a.h.h.rest.client package.
> In this case, I want to add the resources not already included in / and /version to o.a.h.h.rest.client.RemoteAdmin. This includes, /status/cluster, /version/rest and /version/cluster, among others.
> The RemoteAdmin class is a logical place for these methods because it is not related to a specific table (those methods should go into RemoteHTable).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira