[GitHub] spark pull request #16465: [SPARK-19064][PySpark]Fix pip installing of sub c...

2017-01-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16465 --- 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 the feature is

[GitHub] spark pull request #16465: [SPARK-19064][PySpark]Fix pip installing of sub c...

2017-01-24 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16465#discussion_r97710172 --- Diff: dev/pip-sanity-check.py --- @@ -18,6 +18,8 @@ from __future__ import print_function from pyspark.sql import SparkSession +from

[GitHub] spark pull request #16465: [SPARK-19064][PySpark]Fix pip installing of sub c...

2017-01-04 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/16465#discussion_r94707290 --- Diff: dev/pip-sanity-check.py --- @@ -18,6 +18,8 @@ from __future__ import print_function from pyspark.sql import SparkSession +from

[GitHub] spark pull request #16465: [SPARK-19064][PySpark]Fix pip installing of sub c...

2017-01-04 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16465#discussion_r94707156 --- Diff: dev/pip-sanity-check.py --- @@ -18,6 +18,8 @@ from __future__ import print_function from pyspark.sql import SparkSession +from

[GitHub] spark pull request #16465: [SPARK-19064][PySpark]Fix pip installing of sub c...

2017-01-03 Thread holdenk
GitHub user holdenk opened a pull request: https://github.com/apache/spark/pull/16465 [SPARK-19064][PySpark]Fix pip installing of sub components ## What changes were proposed in this pull request? Fix instalation of mllib and ml sub components, and more eagerly cleanup