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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to