[GitHub] spark issue #15659: [SPARK-1267][SPARK-18129] Allow PySpark to be pip instal...

2016-11-17 Thread minrk
Github user minrk commented on the issue: https://github.com/apache/spark/pull/15659 Awesome, thanks @holdenk! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] spark issue #15659: [SPARK-1267][SPARK-18129] Allow PySpark to be pip instal...

2016-11-12 Thread minrk
Github user minrk commented on the issue: https://github.com/apache/spark/pull/15659 Sounds great! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] spark issue #15659: [SPARK-1267][SPARK-18129] Allow PySpark to be pip instal...

2016-11-11 Thread minrk
Github user minrk commented on the issue: https://github.com/apache/spark/pull/15659 > Any ideas on how we could follow up and support that install pattern? To go all the way to the two commands I expected to work based on Python tradition: ```bash ./build/

[GitHub] spark issue #15659: [SPARK-1267][SPARK-18129] Allow PySpark to be pip instal...

2016-11-11 Thread minrk
Github user minrk commented on the issue: https://github.com/apache/spark/pull/15659 I downloaded this branch and ran this to test (macOS, Python 3.5): ```bash build/mvn -DskipTests clean package cd python python setup.py sdist pip install dist/*.tar.gz