GitHub user cocoatomo opened a pull request:
https://github.com/apache/spark/pull/2725
[SPARK-3869] ./bin/spark-class miss Java version with _JAVA_OPTIONS set
When _JAVA_OPTIONS environment variable is set, a command "java -version"
outputs a message like "Picked up _JAVA_OPTIONS: -Dfile.encoding=UTF-8".
./bin/spark-class knows java version from the first line of "java -version"
output, so it mistakes java version with _JAVA_OPTIONS set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cocoatomo/spark
issues/3869-mistake-java-version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2725.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2725
----
commit f894ebd0b6799af4037134fadf6c515af09181fc
Author: cocoatomo <[email protected]>
Date: 2014-10-09T01:10:23Z
[SPARK-3869] ./bin/spark-class miss Java version with _JAVA_OPTIONS set
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]