Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/13272#discussion_r64943917
--- Diff: dev/run-tests.py ---
@@ -506,6 +506,8 @@ def main():
test_env = "amplab_jenkins"
# add path for Python3 in Jenkins if we're calling from a Jenkins
machine
os.environ["PATH"] = "/home/anaconda/envs/py3k/bin:" +
os.environ.get("PATH")
+ # add java 7 to the environment too
+ os.environ["JAVA_7_HOME"] = "/usr/java/latest"
--- End diff --
I have a weak preference towards setting this in the Jenkins configuration
scripts themselves rather than hardcoding it here. I can take care of pinning
this to an explicit Java 7 JDK and can push the conf change to Jenkins.
---
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]