WeichenXu123 commented on issue #25289: [SPARK-27889][INFRA] Make development scripts under dev/ support Python 3 URL: https://github.com/apache/spark/pull/25289#issuecomment-519189208 For `run-test-jenkins.py`, py2 works fine at https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108765/testReport and py3 works fine at https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/108742/testReport/ For `github_jira_sync.py` I test locally by `JIRA_USERNAME=WeichenXu123 JIRA_PASSWORD=... GITHUB_OAUTH_KEY=... python2.7 dev/github_jira_sync.py` and `JIRA_USERNAME=WeichenXu123 JIRA_PASSWORD=... GITHUB_OAUTH_KEY=... python3 dev/github_jira_sync.py`
---------------------------------------------------------------- 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]
