You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/04/11 18:25:17 UTC

[impala] 05/06: Bump CDH_BUILD_NUMBER to 1009254

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

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

commit 50e259e3691b7de36f58408bde6413880c74845e
Author: Bharath Krishna <bh...@cloudera.com>
AuthorDate: Wed Apr 10 08:40:20 2019 -0700

    Bump CDH_BUILD_NUMBER to 1009254
    
    This change bumps the CDH_BUILD_VERSION to a version that includes
    the change to have full-thrift object for DropDatabaseMessage in
    Metastore notifications, added in HIVE-21526. This change is needed
    for the upcoming patch for IMPALA-8338.
    
    Testing:
    - Ran a full exhaustive build using the impala-private-parameterized job.
    
    Change-Id: Id38bae921c4d93421c6c72cdccef6a4783e2588e
    Reviewed-on: http://gerrit.cloudera.org:8080/12965
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 05e4ff0..eae7c06 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -160,7 +160,7 @@ fi
 : ${CDH_DOWNLOAD_HOST:=native-toolchain.s3.amazonaws.com}
 export CDH_DOWNLOAD_HOST
 export CDH_MAJOR_VERSION=6
-export CDH_BUILD_NUMBER=909265
+export CDH_BUILD_NUMBER=1009254
 export CDP_BUILD_NUMBER=976603
 export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
 export IMPALA_HBASE_VERSION=2.1.0-cdh6.x-SNAPSHOT