Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/669#discussion_r12350451
--- Diff: make-distribution.sh ---
@@ -59,10 +52,17 @@ fi
JAVA_CMD="$JAVA_HOME"/bin/java
JAVA_VERSION=$("$JAVA_CMD" -version 2>&1)
if ! [[ "$JAVA_VERSION" =~ "1.6" ]]; then
- echo "Error: JAVA_HOME must point to a JDK 6 installation (see
SPARK-1703)."
+ echo "***NOTE***: JAVA_HOME is not set to a JDK 6 installation. The
resulting"
+ echo "***NOTE***: distribution will not support Java 6. See SPARK-1703."
--- End diff --
This might look weird:
```
***NOTE***: JAVA_HOME is not set to a JDK 6 installation. The resulting
***NOTE***: distribution will not support Java 6. See SPARK-1703.
```
I think one all-caps asterisk-bounded warning is enough
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---