dongjoon-hyun 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-479572408
 
 
   Oh, the test failures are on the master branch. I guess it's `pytz` issue in 
the cluster.
   ```
     File "/home/anaconda/lib/python2.7/site-packages/pytz/__init__.py", line 
178, in timezone
       raise UnknownTimeZoneError(zone)
   UnknownTimeZoneError: 'US/Pacific-New'
   ```
   
   Locally, it works in my Mac (Python 2.7.10).
   ```
   >>> from pytz import timezone
   >>> import pytz
   >>> timezone('US/Pacific-New')
   <DstTzInfo 'US/Pacific-New' PST-1 day, 16:00:00 STD>
   ```
   
   @HyukjinKwon , @BryanCutler . Could you take a look on the master branch 
Python UT failures (5692 ~ 5696) for this PR?
   - 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/5696/console
   - 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.7/5692/console

----------------------------------------------------------------
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]

Reply via email to