[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

2016-05-31 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13403#issuecomment-222648543 Hi, @rxin . I updated the example more practically by using **SparkSession.createDataset().rdd.stdev**. If we must preserve the current behavior for

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

2016-05-31 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/13403#issuecomment-222614982 Thank you for review again @rxin. Actually, I fully understand and expect your decision. The reason why I making this issue is I think we need

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

2016-05-31 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13403#issuecomment-222612252 hm I think we probably don't want to change the behavior of this to not surprise people ... --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

2016-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13403#issuecomment-222610154 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-15660][CORE] RDD and Dataset should sho...

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

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

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

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

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

[GitHub] spark pull request: [SPARK-15660][CORE] RDD and Dataset should sho...

2016-05-30 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13403 [SPARK-15660][CORE] RDD and Dataset should show the consistent values for variance/stdev. ## What changes were proposed in this pull request? In Spark-11490, `variance/stdev` are