Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19064][PySpark]Fix pip installing of sub components - #16465
[SPARK-19064][PySpark]Fix pip installing of sub components#16465holdenk wants to merge 2 commits into
Conversation
…stribution scripts to be more explicit about cleanup. Also add pypandoc to dev requirements file since we want it for publishing
SparkQA
commented
Jan 4, 2017
Test build #70848 has finished for PR 16465 at commit
|
holdenk
commented
Jan 5, 2017
cc @JoshRosen who reviewed the original PR and is probably the most familiar. |
| from pyspark.sql import SparkSession | ||
| from pyspark.ml.param import Params | ||
| from pyspark.mllib.linalg import * |
There was a problem hiding this comment.
Is it better to import pyspark.ml.linalg or both?
There was a problem hiding this comment.
This just checks one sub component from each, we could import each with rename I suppose but not sure it would do much?
holdenk
commented
Jan 10, 2017
Gentle ping for @JoshRosen to @davies maybe? |
holdenk
commented
Jan 24, 2017
Small follow up ping for @JoshRosen to @davies maybe? |
srowen
left a comment
There was a problem hiding this comment.
I'd say you can merge it yourself !
holdenk
commented
Jan 25, 2017
Sounds like a plan, I think should should probably be on the 2.1 branch as well so I'll go bug someone who has done backports to make sure I do that part right :) |
felixcheung
commented
Jan 25, 2017
via email
Holden, https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py works well for merging to master and back port to any branch :) unless there is conflict then it would be easier with a separate PR.
Have fun! |
## What changes were proposed in this pull request? Fix instalation of mllib and ml sub components, and more eagerly cleanup cache files during test script & make-distribution. ## How was this patch tested? Updated sanity test script to import mllib and ml sub-components. Author: Holden Karau <holden@us.ibm.com> Closes#16465 from holdenk/SPARK-19064-fix-pip-install-sub-components. (cherry picked from commit 965c82d) Signed-off-by: Holden Karau <holden@us.ibm.com>
## What changes were proposed in this pull request? Fix instalation of mllib and ml sub components, and more eagerly cleanup cache files during test script & make-distribution. ## How was this patch tested? Updated sanity test script to import mllib and ml sub-components. Author: Holden Karau <holden@us.ibm.com> Closesapache#16465 from holdenk/SPARK-19064-fix-pip-install-sub-components.
holdenk
commented
Feb 2, 2017
Merged into master & branch-2.1 |
## What changes were proposed in this pull request? Fix instalation of mllib and ml sub components, and more eagerly cleanup cache files during test script & make-distribution. ## How was this patch tested? Updated sanity test script to import mllib and ml sub-components. Author: Holden Karau <holden@us.ibm.com> Closesapache#16465 from holdenk/SPARK-19064-fix-pip-install-sub-components.
What changes were proposed in this pull request?
Fix instalation of mllib and ml sub components, and more eagerly cleanup cache files during test script & make-distribution.
How was this patch tested?
Updated sanity test script to import mllib and ml sub-components.