GitHub user jsnowacki opened a pull request:
https://github.com/apache/spark/pull/19310
[SPARK-18136] Fix SPARK_JARS_DIR for Python pip install on Windows
## What changes were proposed in this pull request?
Fix for setup of `SPARK_JARS_DIR` on Windows as it looks for
`%SPARK_HOME%\RELEASE` file instead of `%SPARK_HOME%\jars` as it should.
RELEASE file is not included in the `pip` build of PySpark.
## How was this patch tested?
Local install of PySpark on Anaconda 4.4.0 (Python 3.6.1).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsnowacki/spark-1 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19310.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19310
----
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]