oulenz opened a new pull request #23715: [SPARK-26803][PYTHON] Add sbin subdirectory to pyspark URL: https://github.com/apache/spark/pull/23715 ## What changes were proposed in this pull request? Modifies `setup.py` so that `sbin` subdirectory is included in pyspark ## How was this patch tested? Manually tested with python 2.7 and python 3.7 ```sh $ ./build/mvn -D skipTests -P hive -P hive-thriftserver -P yarn -P mesos clean package $ cd python $ python setup.py sdist $ pip install dist/pyspark-2.1.0.dev0.tar.gz ``` Checked manually that `sbin` is now present in install directory. @srowen @holdenk
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
