You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by mi...@apache.org on 2018/04/30 16:01:39 UTC

impala git commit: IMPALA-6951: Revert "Warn about Hadoop / Java version incompatibility"

Repository: impala
Updated Branches:
  refs/heads/master 418c70578 -> 8a609b351


IMPALA-6951: Revert "Warn about Hadoop / Java version incompatibility"

This reverts commit 22c7ded07eb2710aba3e1aa07ed7ec1a448f7c61.

Change-Id: I41a9afb1a1bc9be1cae687edc06ca3b554a32c7b
Reviewed-on: http://gerrit.cloudera.org:8080/10238
Reviewed-by: Philip Zeyliger <ph...@cloudera.com>
Tested-by: Michael Brown <mi...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/8a609b35
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/8a609b35
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/8a609b35

Branch: refs/heads/master
Commit: 8a609b3513c4a181cd06bb82e2aeb97908590184
Parents: 418c705
Author: Michael Brown <mi...@cloudera.com>
Authored: Mon Apr 30 08:52:31 2018 -0700
Committer: Michael Brown <mi...@cloudera.com>
Committed: Mon Apr 30 15:58:42 2018 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/8a609b35/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 38005fa..88a5dda 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -221,21 +221,6 @@ elif [[ $IMPALA_MINICLUSTER_PROFILE_OVERRIDE == 3 ]]; then
   export IMPALA_LLAMA_MINIKDC_VERSION=1.0.0
   export IMPALA_KITE_VERSION=1.0.0-cdh6.x-SNAPSHOT
   export KUDU_JAVA_VERSION=1.8.0-cdh6.x-SNAPSHOT
-
-  # Check for minimum required Java version
-  # Only issue Java version warning when running Java 7.
-  if $JAVA -version 2>&1 | grep -q 'java version "1.7'; then
-    cat << EOF
-
-Your development environment is configured for Hadoop 3 and Java 7. Hadoop 3 requires at
-least Java 8. Your JAVA binary currently points to $JAVA
-and reports the following version:
-
-EOF
-    $JAVA -version
-    echo
-    return 1
-  fi
 fi
 
 unset IMPALA_HADOOP_URL