spark git commit: [SPARK-10359] [PROJECT-INFRA] Backport dev/test-dependencies script to branch-1.5

2016-01-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.5 7b4fdf303 -> de7194a0d [SPARK-10359] [PROJECT-INFRA] Backport dev/test-dependencies script to branch-1.5 This patch backports the `dev/test-dependencies` script (from #10461) to branch-1.5. Author: Josh Rosen

spark git commit: [SPARK-12734][BUILD] Fix Netty exclusion and use Maven Enforcer to prevent future bugs

2016-01-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 3119206b7 -> 3ab0138b0 [SPARK-12734][BUILD] Fix Netty exclusion and use Maven Enforcer to prevent future bugs Netty classes are published under multiple artifacts with different names, so our build needs to exclude the `io.netty:netty`

spark git commit: [SPARK-3873][BUILD] Enable import ordering error checking.

2016-01-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3ab0138b0 -> 6439a8250 [SPARK-3873][BUILD] Enable import ordering error checking. Turn import ordering violations into build errors, plus a few adjustments to account for how the checker behaves. I'm a little on the fence about whether the

spark git commit: [SPARK-4628][BUILD] Add a resolver to MiMaBuild.scala for mqttv3(1.0.1).

2016-01-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6439a8250 -> 008a55828 [SPARK-4628][BUILD] Add a resolver to MiMaBuild.scala for mqttv3(1.0.1). #10659 removed the repository `https://repo.eclipse.org/content/repositories/paho-releases` but it's needed by MiMa because

spark git commit: [SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t…

2016-01-10 Thread srowen
Repository: spark Updated Branches: refs/heads/master 5b0d54433 -> b78e028e3 [SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t… …o NoClassDefFoundError: org/spark-project/guava/collect/Maps /cc srowen rxin Author: Jacek Laskowski Closes #10674 from

spark git commit: [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space before ", " or ":")

2016-01-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master b78e028e3 -> e5904bb5e [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space before "," or ":") Fix the style violation (space before , and :). This PR is a followup for #10643. Author: Kousuke Saruta

spark git commit: [SPARK-12692][BUILD][GRAPHX] Scala style: Fix the style violation (Space before ", " or ":")

2016-01-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master e5904bb5e -> 3119206b7 [SPARK-12692][BUILD][GRAPHX] Scala style: Fix the style violation (Space before "," or ":") Fix the style violation (space before `,` and `:`). This PR is a followup for #10643. Author: Kousuke Saruta

spark git commit: [SPARK-10359][PROJECT-INFRA] Backport dev/test-dependencies script to branch-1.6

2016-01-10 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.6 8b5f23043 -> 7903b0610 [SPARK-10359][PROJECT-INFRA] Backport dev/test-dependencies script to branch-1.6 This patch backports the `dev/test-dependencies` script (from #10461) to branch-1.6. Author: Josh Rosen