[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/919#discussion_r13378684 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -145,6 +135,27 @@ public void intersection() { } @Test + public

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45072382 Build triggered. --- 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-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45073006 Build started. --- 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

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45075841 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15443/ --- If your project

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45075840 Build finished. All automated tests 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-1973. Add randomSplit to JavaRDD (with t...

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

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-04 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45131154 Merged. Thanks! --- 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

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45012013 @srowen It is not mergeable now. Could you try to merge the master branch first? Also, I did some further cleaning but I couldn't send a PR to your repo (cannot find your

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45019218 Done -- rebased, added your commit, and a few more of my own. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45019424 Merged build triggered. --- 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

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45024278 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-45024281 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15403/ --- If your project

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-03 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/919#discussion_r13371699 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -145,6 +135,27 @@ public void intersection() { } @Test + public

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/919#discussion_r13297343 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -164,26 +176,26 @@ public void sortByKey() { Assert.assertEquals(new

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/919#discussion_r13297439 --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java --- @@ -164,26 +176,26 @@ public void sortByKey() { Assert.assertEquals(new

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/919#discussion_r13297553 --- Diff: extras/java8-tests/src/test/java/org/apache/spark/streaming/Java8APISuite.java --- @@ -63,7 +64,7 @@ public void testMap() { public void

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44883451 Merged build triggered. --- 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

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44883461 Merged build started. --- 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-1973. Add randomSplit to JavaRDD (with t...

2014-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44887923 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-05-30 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/919 SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests) I'd like to use randomSplit through the Java API, and would like to add a convenience wrapper for this method to JavaRDD. This

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44642038 Merged build started. --- 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-1973. Add randomSplit to JavaRDD (with t...

2014-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44644854 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15304/ --- If your project

[GitHub] spark pull request: SPARK-1973. Add randomSplit to JavaRDD (with t...

2014-05-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/919#issuecomment-44644853 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.