[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/105 --- 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 enabl

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-12 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/105#discussion_r10549050 --- Diff: core/src/main/scala/org/apache/spark/api/java/JavaRDDLike.scala --- @@ -284,6 +284,7 @@ trait JavaRDDLike[T, This <: JavaRDDLike[T, This]] extends

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-12 Thread aarondav
Github user aarondav commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37488227 Looks good to me. Merged into master, 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 proj

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-12 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37451918 ping --- 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 a

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

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

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37116109 Merged build finished. --- 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-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37115142 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 t

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37115141 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 hav

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37115130 Hi, @pwendell , thank you for the comments I just fixed that --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37111528 This doesn't deprecate it in Java (I think). Mind adding that too? --- 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-1160: Deprecate toArray in RDD

2014-03-08 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/105#discussion_r10410220 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -666,6 +666,7 @@ abstract class RDD[T: ClassTag]( /** * Return an array that

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

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

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37100318 Merged build finished. --- 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-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37098846 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 hav

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/105#issuecomment-37098847 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 t

[GitHub] spark pull request: SPARK-1160: Deprecate toArray in RDD

2014-03-08 Thread CodingCat
GitHub user CodingCat opened a pull request: https://github.com/apache/spark/pull/105 SPARK-1160: Deprecate toArray in RDD https://spark-project.atlassian.net/browse/SPARK-1160 reported by @mateiz: "It's redundant with collect() and the name doesn't make sense in Java, wher