You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2020/01/27 21:49:32 UTC

[impala] 01/02: IMPALA-9242: Bump CDH_BUILD_NUMBER to 1814051

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

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

commit 641c406938c0e17c0b85fb2a5e30739a5439df1d
Author: Csaba Ringhofer <cs...@cloudera.com>
AuthorDate: Thu Jan 16 17:01:07 2020 +0100

    IMPALA-9242: Bump CDH_BUILD_NUMBER to 1814051
    
    The goal is to get SENTRY-2539 + SENTRY-1291.
    This will allow us to implement FilteredPrivilegeCache
    instead of PrivilegeCache to make Sentry access checks
    faster.
    
    Change-Id: I13a8ffcf6c8ce32f0901fc6ca35fda081fed4d06
    Reviewed-on: http://gerrit.cloudera.org:8080/15063
    Reviewed-by: Quanlong Huang <hu...@gmail.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 7601ada..1ad556f 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -166,7 +166,7 @@ fi
 
 : ${IMPALA_TOOLCHAIN_HOST:=native-toolchain.s3.amazonaws.com}
 export IMPALA_TOOLCHAIN_HOST
-export CDH_BUILD_NUMBER=1582079
+export CDH_BUILD_NUMBER=1814051
 export CDH_MAVEN_REPOSITORY=\
 "https://${IMPALA_TOOLCHAIN_HOST}/build/cdh_components/${CDH_BUILD_NUMBER}/maven"
 export CDH_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT