shaneknapp edited a comment on issue #24266: [SPARK-25079][python] update python3 executable to 3.6.x URL: https://github.com/apache/spark/pull/24266#issuecomment-482712134 > well, i got the tests to pass on worker-05: > > ``` > sknapp@amp-jenkins-worker-05 US]$ sudo mv /usr/share/zoneinfo/US/Pacific-New /tmp > ``` > however, that tzdata file is present and in the same location on the other workers that AREN'T failing tests. > > ¯\\\_(ツ)\_/¯ so, to test whether or not (re)moving the Pacific-New timezone data file to /tmp actually works on all machines, i did the same thing on -03: `sknapp@amp-jenkins-worker-03 US]$ sudo mv /usr/share/zoneinfo/US/Pacific-New /tmp` i then ran the python tests, and they *failed*. seriously, i think my brain is about to (im|ex)plode. edit: to get this to run successfully on -03, i had to: 1) manually edit `anaconda/envs/py36/lib/python3.6/site-packages/pytz/__init__.py` and add US/Pacific-New to both all_timezones and common_timezones 2) recompile the package (`python3.6 -m compileall .`) 3) created a symlink for Pacific-New to point at Pacific in `anaconda/envs/py36/lib/python3.6/site-packages/pytz/zoneinfo/US`. for now i remain, and most likely for a very long time, completely confused.
---------------------------------------------------------------- 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]
