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

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

commit 9754dca8e5df398d7bd537ae71c6922566a8bd9f
Author: Vihang Karajgaonkar <[email protected]>
AuthorDate: Mon Apr 6 15:38:55 2020 -0700

    Bump up CDP_BUILD_NUMBER to 2523282
    
    This change bumps up the CDP_BUILD_NUMBER to 2523282. The new CDP build
    includes a fix on Hive side (HIVE-23018) which is needed for improving
    the INSERT event support in Catalog.
    
    Note: This CDP build introduces some HMS schema change and hence
    the metastore in the existing local HMS will need to be recreated using
    bin/create-test-configuration.sh -create_metastore
    
    Testing:
    1. Ran core tests for with USE_CDP_HIVE=true.
    
    Change-Id: I4f3a989ccd076776615605674f046ccdd7d0dfc2
    Reviewed-on: http://gerrit.cloudera.org:8080/15668
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 bin/impala-config.sh | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index bd6360f..be6d025 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -174,16 +174,16 @@ export CDH_HBASE_VERSION=2.1.0-cdh6.x-SNAPSHOT
 export CDH_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT
 export CDH_SENTRY_VERSION=2.1.0-cdh6.x-SNAPSHOT
 
-export CDP_BUILD_NUMBER=2244454
+export CDP_BUILD_NUMBER=2523282
 export CDP_MAVEN_REPOSITORY=\
 
"https://${IMPALA_TOOLCHAIN_HOST}/build/cdp_components/${CDP_BUILD_NUMBER}/maven";
-export CDP_HADOOP_VERSION=3.1.1.7.1.1.0-284
-export CDP_HBASE_VERSION=2.2.3.7.1.1.0-284
-export CDP_HIVE_VERSION=3.1.3000.7.1.1.0-284
-export CDP_RANGER_VERSION=2.0.0.7.1.1.0-284
-export CDP_TEZ_VERSION=0.9.1.7.1.1.0-284
-export CDP_KNOX_VERSION=1.3.0.7.1.1.0-284
-export CDP_OZONE_VERSION=0.4.0.7.1.1.0-284
+export CDP_HADOOP_VERSION=3.1.1.7.1.1.0-380
+export CDP_HBASE_VERSION=2.2.3.7.1.1.0-380
+export CDP_HIVE_VERSION=3.1.3000.7.1.1.0-380
+export CDP_RANGER_VERSION=2.0.0.7.1.1.0-380
+export CDP_TEZ_VERSION=0.9.1.7.1.1.0-380
+export CDP_KNOX_VERSION=1.3.0.7.1.1.0-380
+export CDP_OZONE_VERSION=0.4.0.7.1.1.0-380
 
 export IMPALA_PARQUET_VERSION=1.10.99-cdh6.x-SNAPSHOT
 export IMPALA_AVRO_JAVA_VERSION=1.8.2-cdh6.x-SNAPSHOT

Reply via email to