[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13403 --- 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 ena

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68188989 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,22 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68188408 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,22 @@ class DoubleRDDFunctions(self: RDD[Double]) extends Loggin

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68185536 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,22 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68184739 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,22 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-23 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68184371 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,22 @@ class DoubleRDDFunctions(self: RDD[Double]) extends Loggin

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-22 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68008205 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,20 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-22 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68007866 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,20 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-22 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r68007343 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -74,6 +74,20 @@ class DoubleRDDFunctions(self: RDD[Double]) extends Loggin

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67931444 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with Shar

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67931118 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with Shar

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67928879 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with SharedSpark

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67928887 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with SharedSpark

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67924857 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -733,8 +733,10 @@ public Boolean call(Double x) { assertEquals(20/6.0, rdd.mean

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67922737 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -733,8 +733,10 @@ public Boolean call(Double x) { assertEquals(20/6.0, r

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67922274 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -733,8 +733,10 @@ public Boolean call(Double x) { assertEquals(20/6.0, rdd.mean

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67922312 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with SharedSpark

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67904001 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -47,12 +47,12 @@ class DoubleRDDFunctions(self: RDD[Double]) extends

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67903762 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -733,8 +733,10 @@ public Boolean call(Double x) { assertEquals(20/6.0, r

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67822629 --- Diff: core/src/main/scala/org/apache/spark/rdd/DoubleRDDFunctions.scala --- @@ -47,12 +47,12 @@ class DoubleRDDFunctions(self: RDD[Double]) extends Loggi

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67822577 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -733,8 +733,10 @@ public Boolean call(Double x) { assertEquals(20/6.0, rdd.mean

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67597273 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with Shar

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67597228 --- Diff: core/src/main/scala/org/apache/spark/util/StatCounter.scala --- @@ -125,9 +128,12 @@ class StatCounter(values: TraversableOnce[Double]) exten

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-18 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67597157 --- Diff: core/src/test/scala/org/apache/spark/PartitioningSuite.scala --- @@ -244,6 +244,10 @@ class PartitioningSuite extends SparkFunSuite with SharedSpark

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-18 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67597151 --- Diff: core/src/main/scala/org/apache/spark/util/StatCounter.scala --- @@ -125,9 +128,12 @@ class StatCounter(values: TraversableOnce[Double]) extends Seri

[GitHub] spark pull request #13403: [SPARK-15660][CORE] Update RDD `variance/stdev` d...

2016-06-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13403#discussion_r67567009 --- Diff: core/src/main/scala/org/apache/spark/util/StatCounter.scala --- @@ -104,8 +104,11 @@ class StatCounter(values: TraversableOnce[Double]) exten