You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "René Buffat (JIRA)" <ji...@apache.org> on 2019/01/20 14:37:00 UTC

[jira] [Created] (SPARK-26670) worker.py uses resource python library, which is not available for windows

René Buffat created SPARK-26670:
-----------------------------------

             Summary: worker.py uses resource python library, which is not available for windows
                 Key: SPARK-26670
                 URL: https://issues.apache.org/jira/browse/SPARK-26670
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 2.4.0
            Reporter: René Buffat


worker.py in spark 2.4.0 uses the resource python library, which is only available for unix.

 

I'm trying out to run sample code for pyspark on Windows. It fails with an import error in worker.py for "resource". Thus, the sample code does not work on windows with spark 2.4.0. However, the same code works with spark 2.3.2 (which lacks the "resource" dependency).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org