spark git commit: Fix python typo (+ Scala, Java typos)

2015-03-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master dba0b2ead -> 48a723c98 Fix python typo (+ Scala, Java typos) Author: RobertZK Author: Robert Krzyzanowski Closes #4840 from robertzk/patch-1 and squashes the following commits: d286215 [RobertZK] lambda fix per @laserson 5937989 [Robert

spark git commit: [SPARK-6178][Shuffle] Removed unused imports

2015-03-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master 05cb6b34d -> dba0b2ead [SPARK-6178][Shuffle] Removed unused imports Author: Vinod K C Author: Vinod K C Closes #4900 from vinodkc/unused_imports and squashes the following commits: 5373456 [Vinod K C] Removed empty lines 9da7438 [Vinod

spark git commit: [Minor] Resolve sbt warnings: postfix operator second should be enabled

2015-03-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master cd7594ca6 -> 05cb6b34d [Minor] Resolve sbt warnings: postfix operator second should be enabled Resolve sbt warnings: ``` [warn] spark/streaming/src/main/scala/org/apache/spark/streaming/util/WriteAheadLogManager.scala:155: postfix operat

spark git commit: [core] [minor] Don't pollute source directory when running UtilsSuite.

2015-03-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master d8b3da9dd -> cd7594ca6 [core] [minor] Don't pollute source directory when running UtilsSuite. Author: Marcelo Vanzin Closes #4921 from vanzin/utils-suite and squashes the following commits: 7795dd4 [Marcelo Vanzin] [core] [minor] Don't p

spark git commit: [CORE, DEPLOY][minor] align arguments order with docs of worker

2015-03-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master eb48fd6e9 -> d8b3da9dd [CORE, DEPLOY][minor] align arguments order with docs of worker The help message for starting `worker` is `Usage: Worker [options] `. While in `start-slaves.sh`, the format is not align with that, it is confusing fo