Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.4.0
-
None
-
None
Description
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).
Attachments
Issue Links
- duplicates
-
SPARK-26080 Unable to run worker.py on Windows
- Resolved