[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-22 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220880599 Sorry, it wasn't a good idea of extending SparkSession for RDD. I'm closing this PR. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-22 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/13245 --- 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

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220814644 Unfortunately, `Dataset` (or `Dataframe`) seems not suitable to achieve the goal on Python. ```python >>> spark.parallelize(range(1, 10)).toDS() ...

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220813421 I see. Thank you! --- 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

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220811972 hm we are trying to avoid returning rdds in the new apis. one thing we can do is to introduce a parallelize api that returns dataset? --- If your project is set up for

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809759 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809758 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809739 **[Test build #59082 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59082/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809417 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809418 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220809398 **[Test build #59085 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59085/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220806446 **[Test build #59085 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59085/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220805756 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220805754 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220805723 **[Test build #59081 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59081/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220802722 **[Test build #59082 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59082/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220801908 **[Test build #59081 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59081/consoleFull)** for PR 13245 at commit

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13245#issuecomment-220801877 Hi, @rxin . I'm wondering your opinion about this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-15466][SQL] Make `SparkSession` as the ...

2016-05-21 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13245 [SPARK-15466][SQL] Make `SparkSession` as the entry point to programming with RDD too ## What changes were proposed in this pull request? `SparkSession` greatly reduces the number