Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13272#discussion_r64947120
  
    --- 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 --
    
    If you make the changes to jenkins I can remove it; otherwise I had no way 
of testing this patch on 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]

Reply via email to