[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13721 --- 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 #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67583977 --- Diff: R/pkg/R/DataFrame.R --- @@ -2908,3 +2908,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67583918 --- Diff: R/pkg/R/DataFrame.R --- @@ -2908,3 +2908,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-17 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67582965 --- Diff: R/pkg/R/DataFrame.R --- @@ -2908,3 +2908,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-17 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67582902 --- Diff: R/pkg/R/DataFrame.R --- @@ -2908,3 +2908,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457739 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -2264,6 +2264,14 @@ test_that("createDataFrame sqlContext parameter backward compatibility",

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457591 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -2264,6 +2264,14 @@ test_that("createDataFrame sqlContext parameter backward compatibility",

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457577 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457504 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -2264,6 +2264,14 @@ test_that("createDataFrame sqlContext parameter backward compatibility", {

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457476 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -2264,6 +2264,14 @@ test_that("createDataFrame sqlContext parameter backward compatibility", {

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67457426 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,39 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67445221 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67445195 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67445104 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67445014 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67444126 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67444157 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443966 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443929 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443885 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443819 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443758 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443716 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443648 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443607 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13721#discussion_r67443500 --- Diff: R/pkg/R/DataFrame.R --- @@ -2884,3 +2884,38 @@ setMethod("write.jdbc", write <- callJMethod(write, "mode", jmode)

[GitHub] spark pull request #13721: [SPARK-16005][R] Add `randomSplit` to SparkR

2016-06-16 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13721 [SPARK-16005][R] Add `randomSplit` to SparkR ## What changes were proposed in this pull request? This PR adds `randomSplit` to SparkR for API parity. ## How was this patch te