spark git commit: SPARK-6085 Increase default value for memory overhead

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master 76e20a0a0 -> 8d3e2414d SPARK-6085 Increase default value for memory overhead Author: tedyu Closes #4836 from tedyu/master and squashes the following commits: d65b495 [tedyu] SPARK-6085 Increase default value for memory overhead 1fdd4df [

spark git commit: [SPARK-3355][Core]: Allow running maven tests in run-tests

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master 8d3e2414d -> 418f38d92 [SPARK-3355][Core]: Allow running maven tests in run-tests Added an AMPLAB_JENKINS_BUILD_TOOL env. variable to allow differentiation between maven and sbt build / test suites. The only issue I found with this is tha

spark git commit: [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-client

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/master 418f38d92 -> 76b472f12 [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-client Integration test suites in the JDBC data source (`MySQLIntegration` and `PostgresIntegration`) depend on docker-client 2.7.5, which tra

spark git commit: [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-client

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.3 9f249779f -> 035243d73 [SPARK-6136] [SQL] Removed JDBC integration tests which depends on docker-client Integration test suites in the JDBC data source (`MySQLIntegration` and `PostgresIntegration`) depend on docker-client 2.7.5, which

spark git commit: SPARK-1911 [DOCS] Backport. Warn users if their assembly jars are not built with Java 6

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.2 a91c1c594 -> 77a8c0622 SPARK-1911 [DOCS] Backport. Warn users if their assembly jars are not built with Java 6 Add warning about building with Java 7+ and running the JAR on early Java 6. Author: Sean Owen Closes #4888 from srowen/S

spark git commit: [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/master 76b472f12 -> aef8a84e4 [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive In `CodeGenerator`, the casting on `FloatType` should use `FloatType` instead of `IntegerType`. Besides, `de

spark git commit: [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive

2015-03-04 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.3 035243d73 -> bfa4e3194 [SPARK-6134][SQL] Fix wrong datatype for casting FloatType and default LongType value in defaultPrimitive In `CodeGenerator`, the casting on `FloatType` should use `FloatType` instead of `IntegerType`. Besides,

spark git commit: [SPARK-6107][CORE] Display inprogress application information for event log history for standalone mode

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/master aef8a84e4 -> f6773edce [SPARK-6107][CORE] Display inprogress application information for event log history for standalone mode when application is finished running abnormally (Ctrl + c for example), the history event log file is still end

spark git commit: [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"

2015-03-04 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master f6773edce -> 3a35a0dfe [SPARK-6144] [core] Fix addFile when source files are on "hdfs:" The code failed in two modes: it complained when it tried to re-create a directory that already existed, and it was placing some files in the wrong pa

spark git commit: [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"

2015-03-04 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 bfa4e3194 -> 3fc74f45a [SPARK-6144] [core] Fix addFile when source files are on "hdfs:" The code failed in two modes: it complained when it tried to re-create a directory that already existed, and it was placing some files in the wrong

spark git commit: [EXAMPLES] fix typo.

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.2 77a8c0622 -> e753f9c9b [EXAMPLES] fix typo. Author: Makoto Fukuhara Closes #4724 from fukuo33/fix-typo and squashes the following commits: 8c806b9 [Makoto Fukuhara] fix typo. Project: http://git-wip-us.apache.org/repos/asf/spark/re

spark git commit: [EXAMPLES] fix typo.

2015-03-04 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.1 d70754df0 -> c5836816f [EXAMPLES] fix typo. Author: Makoto Fukuhara Closes #4724 from fukuo33/fix-typo and squashes the following commits: 8c806b9 [Makoto Fukuhara] fix typo. Project: http://git-wip-us.apache.org/repos/asf/spark/re

spark git commit: [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-scala_2.10

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3a35a0dfe -> 1aa90e39e [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-scala_2.10 This PR excludes Guava 15.0 from the SBT build, to make Spark SQL CLI (`bin/spark-sql`) work when compiled against Hive 0.12.0.

spark git commit: [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-scala_2.10

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 3fc74f45a -> a0aa24a63 [SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-module-scala_2.10 This PR excludes Guava 15.0 from the SBT build, to make Spark SQL CLI (`bin/spark-sql`) work when compiled against Hive 0.12.0

spark git commit: SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shuffle 2.10

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1aa90e39e -> 7ac072f74 SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shuffle 2.10 Update `` prop in POM when switching between Scala 2.10/2.11 ScrapCodes for review. This `sed` command is supposed to just repl

spark git commit: SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shuffle 2.10

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 a0aa24a63 -> f509159e9 SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-network-shuffle 2.10 Update `` prop in POM when switching between Scala 2.10/2.11 ScrapCodes for review. This `sed` command is supposed to just

[1/2] spark git commit: Revert "Preparing development version 1.3.1-SNAPSHOT"

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 f509159e9 -> a1f4cc5d1 Revert "Preparing development version 1.3.1-SNAPSHOT" This reverts commit 05d5a29eb3193aeb57d177bafe39eb75edce72a1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org

[2/2] spark git commit: Revert "Preparing Spark release v1.3.0-rc2"

2015-03-04 Thread pwendell
Revert "Preparing Spark release v1.3.0-rc2" This reverts commit 3af26870e5163438868c4eb2df88380a533bb232. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a1f4cc5d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a1f4cc

spark git commit: Updating CHANGES file

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 a1f4cc5d1 -> 87eac3c40 Updating CHANGES file Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/87eac3c4 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/87eac3

[1/2] spark git commit: Preparing Spark release v1.3.0-rc3

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 87eac3c40 -> 0ecab40e4 Preparing Spark release v1.3.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/430a8796 Tree: http://git-wip-us.apache.org/repos/asf/spar

Git Push Summary

2015-03-04 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.3.0-rc3 [created] 430a87969 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 1.3.1-SNAPSHOT

2015-03-04 Thread pwendell
Preparing development version 1.3.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0ecab40e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0ecab40e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0ec

Git Push Summary

2015-03-04 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.3.0-rc3 [deleted] 430a87969 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Revert "Preparing Spark release v1.3.0-rc3"

2015-03-04 Thread pwendell
Revert "Preparing Spark release v1.3.0-rc3" This reverts commit 430a879699d2d41bc65f5c00b1f239d15fd5e549. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b1e91624 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b1e916

[1/2] spark git commit: Revert "Preparing development version 1.3.1-SNAPSHOT"

2015-03-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 0ecab40e4 -> b1e916240 Revert "Preparing development version 1.3.1-SNAPSHOT" This reverts commit 0ecab40e4391d0674ac86595ec09af3b9a4ac50d. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org