You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2019/06/11 20:02:00 UTC

[impala] 03/05: Bump CDP_BUILD_NUMBER to 1153860

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

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

commit f1967a0d597f034e1300d351a339a06a3d5700ec
Author: Fredy Wijaya <fw...@cloudera.com>
AuthorDate: Mon Jun 10 08:58:21 2019 -0700

    Bump CDP_BUILD_NUMBER to 1153860
    
    This patch bumps the CDP_BUILD_NUMBER to 1153860 to pull RANGER-2437 fix
    that provides better error messages when granting/revoking with invalid
    user/group.
    
    Testing:
    - Ran core tests
    - Ran the build with USE_CDP_HIVE=true
    
    Change-Id: Ief3458c7dbf2ee973b586e2d0d54cc0739b6ae3b
    Reviewed-on: http://gerrit.cloudera.org:8080/13574
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 2b01c7b..2386bbd 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -163,19 +163,19 @@ fi
 export IMPALA_TOOLCHAIN_HOST
 export CDH_MAJOR_VERSION=6
 export CDH_BUILD_NUMBER=1137441
-export CDP_BUILD_NUMBER=1056671
+export CDP_BUILD_NUMBER=1153860
 export CDH_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
-export CDP_HADOOP_VERSION=3.1.1.6.0.99.0-147
+export CDP_HADOOP_VERSION=3.1.1.7.0.0.0-107
 export IMPALA_HBASE_VERSION=2.1.0-cdh6.x-SNAPSHOT
 export IMPALA_SENTRY_VERSION=2.1.0-cdh6.x-SNAPSHOT
-export IMPALA_RANGER_VERSION=1.2.0.6.0.99.0-147
+export IMPALA_RANGER_VERSION=1.2.0.7.0.0.0-107
 export IMPALA_PARQUET_VERSION=1.9.0-cdh6.x-SNAPSHOT
 export IMPALA_AVRO_JAVA_VERSION=1.8.2-cdh6.x-SNAPSHOT
 export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0
 export IMPALA_KITE_VERSION=1.0.0-cdh6.x-SNAPSHOT
 export IMPALA_KUDU_JAVA_VERSION=1.10.0-cdh6.x-SNAPSHOT
 export CDH_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT
-export CDP_HIVE_VERSION=3.1.0.6.0.99.0-147
+export CDP_HIVE_VERSION=3.1.0.7.0.0.0-107
 
 # When IMPALA_(CDH_COMPONENT)_URL are overridden, they may contain '$(platform_label)'
 # which will be substituted for the CDH platform label in bootstrap_toolchain.py
@@ -202,7 +202,7 @@ if $USE_CDP_HIVE; then
   # When USE_CDP_HIVE is set we use the CDP hive version to build as well as deploy in
   # the minicluster
   export IMPALA_HIVE_VERSION=${CDP_HIVE_VERSION}
-  export IMPALA_TEZ_VERSION=0.9.1.6.0.99.0-147
+  export IMPALA_TEZ_VERSION=0.9.1.7.0.0.0-107
   export IMPALA_HADOOP_VERSION=${CDP_HADOOP_VERSION}
   export HADOOP_HOME="$CDP_COMPONENTS_HOME/hadoop-${CDP_HADOOP_VERSION}/"
 else