[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2296 --- 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 enab

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-06 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54731628 Thanks! I'm going to merge this now. --- 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 do

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-06 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54731273 done --- 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

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-06 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54729825 Can you add `closes #1276` to this PR's description so that it automatically closes #1276 when merged? --- If your project is set up for it, you can reply to this emai

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-06 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54729772 This seems reasonable to me. I was planning to fix this as part of [SPARK-3105](https://issues.apache.org/jira/browse/SPARK-3105), but I'm happy to incorporate this fi

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54697363 [QA tests have finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19813/consoleFull) for PR 2296 at commit [`e197958`](https://github.com/a

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2296#issuecomment-54694458 [QA tests have started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19813/consoleFull) for PR 2296 at commit [`e197958`](https://github.com/ap

[GitHub] spark pull request: [SPARK-2334] fix AttributeError when call Pipe...

2014-09-05 Thread davies
GitHub user davies opened a pull request: https://github.com/apache/spark/pull/2296 [SPARK-2334] fix AttributeError when call PipelineRDD.id() The underline JavaRDD for PipelineRDD is created lazily, it's delayed until call _jrdd. The id of JavaRDD is cached as `_id`, it sa