IMPALA-4277: Switch to using Hadoop 3 and friends by default. Switches the default from MINICLUSTER_PROFILE=2 to MINICLUSTER_PROFILE=3.
This change is separate from the preceding change which does all the heavy lifting, just for convenience. Cherry-picks: not for 2.x Change-Id: I424657abebe1c4d6c360b81dab42c2f7b54f8a3e Reviewed-on: http://gerrit.cloudera.org:8080/9743 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/0812f873 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/0812f873 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/0812f873 Branch: refs/heads/master Commit: 0812f8737a4301e5b52cad9dc911589f9e98ecdb Parents: c8ad56f Author: Philip Zeyliger <[email protected]> Authored: Wed Mar 21 14:20:54 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Mar 28 03:30:03 2018 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/0812f873/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index e724604..a70149a 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -181,12 +181,10 @@ export KUDU_JAVA_VERSION=1.7.0-cdh5.15.0-SNAPSHOT # Sentry 2.0 # Parquet 1.9 # -# Impala 3.x should default to profile 3 and mark profile 2 deprecated, +# Impala 3.x defaults to profile 3 and marks profile 2 deprecated, # so that it may be removed in the 3.x line. -# Currently, as the profile 3 is still being developed, we retain -# profile 2 as the default. -DEFAULT_MINICLUSTER_PROFILE=2 +DEFAULT_MINICLUSTER_PROFILE=3 : ${IMPALA_MINICLUSTER_PROFILE_OVERRIDE:=$DEFAULT_MINICLUSTER_PROFILE} if [[ $IMPALA_MINICLUSTER_PROFILE_OVERRIDE == 2 ]]; then
