This is an automated email from the ASF dual-hosted git repository.

zghao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new ed849d2  HBASE-21889 Use thrift 0.12.0 when build thrift by 
compile-thrift profile
ed849d2 is described below

commit ed849d2d195698795c9c3ad8bf3054dd883ccf38
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Wed Feb 13 16:11:58 2019 +0800

    HBASE-21889 Use thrift 0.12.0 when build thrift by compile-thrift profile
---
 hbase-thrift/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index c516c3f..f3bbb6a 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -367,12 +367,12 @@
                     <requireProperty>
                       <property>thrift.version</property>
                       <message>"The Thrift version must be 
specified."</message>
-                      <regex>0\.9\.3</regex>
+                      <regex>0\.12\.0</regex>
                       <regexMessage>
 -
 -
 [FATAL] 
==========================================================================================
-[FATAL] HBase Thrift requires the thrift generator version 0.9.3.
+[FATAL] HBase Thrift requires the thrift generator version 0.12.0.
 [FATAL] Setting it to something else needs to be reviewed for wire and 
behavior compatibility.
 [FATAL] 
==========================================================================================
 -
@@ -420,7 +420,7 @@
                   <arguments>
                     <argument>-strict</argument>
                     <argument>--gen</argument>
-                    <argument>java:hashcode</argument>
+                    <argument>java</argument>
                     <argument>-out</argument>
                     <argument>${basedir}/src/main/java</argument>
                     
<argument>${basedir}/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift</argument>
@@ -439,7 +439,7 @@
                   <arguments>
                     <argument>-strict</argument>
                     <argument>--gen</argument>
-                    <argument>java:hashcode</argument>
+                    <argument>java</argument>
                     <argument>-out</argument>
                     <argument>${basedir}/src/main/java</argument>
                     
<argument>${basedir}/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift</argument>

Reply via email to