IMPALA-5540: Revert Sentry version back to 5.13 Sentry has now fixed the problem on their end, so we can return to using 5.13.
Change-Id: Ie4c29a69c90b0c5d06e17b46a837c880290f3b17 Reviewed-on: http://gerrit.cloudera.org:8080/7247 Reviewed-by: Henry Robinson <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/3008a7e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3008a7e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3008a7e6 Branch: refs/heads/master Commit: 3008a7e66471a2e68be676241d8346b11e59af14 Parents: fae36fc Author: Thomas Tauber-Marshall <[email protected]> Authored: Wed Jun 21 09:04:55 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Jun 21 21:23:12 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/3008a7e6/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index eaa0f2d..5525206 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -131,7 +131,7 @@ export CDH_MAJOR_VERSION=5 export IMPALA_HADOOP_VERSION=2.6.0-cdh5.13.0-SNAPSHOT export IMPALA_HBASE_VERSION=1.2.0-cdh5.13.0-SNAPSHOT export IMPALA_HIVE_VERSION=1.1.0-cdh5.13.0-SNAPSHOT -export IMPALA_SENTRY_VERSION=1.5.1-cdh5.12.0-SNAPSHOT +export IMPALA_SENTRY_VERSION=1.5.1-cdh5.13.0-SNAPSHOT export IMPALA_PARQUET_VERSION=1.5.0-cdh5.13.0-SNAPSHOT export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0
