[GitHub] spark pull request: [SPARK-1100] prevent Spark from overwriting di...

2014-03-01 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/11#issuecomment-36442931 Thanks, merged into master. --- 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-1100] prevent Spark from overwriting di...

2014-02-28 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/spark/pull/11#issuecomment-36414832 @pwendell , I just updated the code In the latest update, I make the checking only applicable to FileOutputFormat, the difference with your suggestion is that I

[GitHub] spark pull request: [SPARK-1100] prevent Spark from overwriting di...

2014-02-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11#issuecomment-36218942 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-1100] prevent Spark from overwriting di...

2014-02-26 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/11#discussion_r10114841 --- Diff: core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala --- @@ -618,10 +619,6 @@ class PairRDDFunctions[K: ClassTag, V: ClassTag](self: