shaneknapp commented on a change in pull request #24266: [SPARK-25079][python]
update python3 executable to 3.6.x
URL: https://github.com/apache/spark/pull/24266#discussion_r276347000
##########
File path: dev/run-tests.py
##########
@@ -546,7 +546,8 @@ def main():
hadoop_version = os.environ.get("AMPLAB_JENKINS_BUILD_PROFILE",
"hadoop2.7")
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")
+ # TODO(sknapp): s/py36/py3k before merging!
Review comment:
quick update: `py36` will actually remain the path for this python env on
`master`...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]