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

Hudson commented on HBASE-21661:
--------------------------------

Results for branch master
        [build #708 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/708/]: (x) 
*{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/708//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/708//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/708//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Provide Thrift2 implementation of Table/Admin
> ---------------------------------------------
>
>                 Key: HBASE-21661
>                 URL: https://issues.apache.org/jira/browse/HBASE-21661
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Allan Yang
>            Assignee: Allan Yang
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0
>
>         Attachments: HBASE-21661.patch, HBASE-21661.v2.patch, 
> HBASE-21661.v3.patch, HBASE-21661.v4.patch, HBASE-21661.v5.patch
>
>
> Provide Thrift2 implementation of Table/Admin, making Java user to use thrift 
> client more easily(Some environment which can not expose ZK or RS Servers 
> directly require thrift or REST protocol even using Java). 
> Another Example of this is RemoteHTable and RemoteAdmin, they are REST 
> connectors.
> ThriftAdmin/ThriftTable provides another good reason for Java user to use 
> thrift2 and not thrift1. Before, they need to convert HBase Get/Put/Scan... 
> to TGet/TPut/TScan and construct a thrift client all by themselves. With 
> ThriftAdmin/ThriftTable, they can use thrift protocol just like 
> HTable/HBaseAdmin. They are just like RemoteHTable/RemoteAdmin for REST 
> protocols.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to