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

Scott Chen commented on HBASE-5246:
-----------------------------------

All codes are auto-generated.

Here is what I did
{code}
thrift --gen java -o /tmp/generated 
./src/main/resources/org/apache/hadoop/hbase/thrift/hbase.thrift
thrift --gen java -o /tmp/generated 
./src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift
rm ./src/main/java/org/apache/hadoop/hbase/thrift/generated/*
rm ./src/main/java/org/apache/hadoop/hbase/thrift2/generated/*
cp -r /tmp/generated/gen-java/ src/main/java
{code}
                
> Regenerate codes with thrift 0.8.0
> ----------------------------------
>
>                 Key: HBASE-5246
>                 URL: https://issues.apache.org/jira/browse/HBASE-5246
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Scott Chen
>            Assignee: Scott Chen
>            Priority: Minor
>         Attachments: HBASE-5246.D1371.1.patch
>
>
> In HBASE-5201, We have upgrated libthrift.jar to 0.8.0.
> The source codes generated from "*.thrift" should be upgraded also.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to