spark git commit: [SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's tgz.

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 142093179 - c094c7327 [SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's tgz. build/mvn will automatically download tarball of maven. But currently, the URL is invalid. Author: Kousuke Saruta

spark git commit: [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap

2015-01-26 Thread rxin
Repository: spark Updated Branches: refs/heads/master 81251682e - 142093179 [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap j.u.c.ConcurrentHashMap is more battle tested. cc rxin JoshRosen pwendell Author: Davies Liu dav...@databricks.com Closes #4208 from davies/safe-conf and

spark git commit: [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train...

2015-01-26 Thread meng
Repository: spark Updated Branches: refs/heads/master 661e0fca5 - f2ba5c6fc [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train... ... decision tree model Labels loaded from libsvm files are mapped to 0.0 if they are negative labels because they should be nonnegative

spark git commit: [SPARK-5052] Add common/base classes to fix guava methods signatures.

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 0497ea51a - 661e0fca5 [SPARK-5052] Add common/base classes to fix guava methods signatures. Fixes problems with incorrect method signatures related to shaded classes. For discussion see the jira issue. Author: Elmer Garduno

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

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 07c0fd195 - adfed7086 Preparing development version 1.2.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/adfed708 Tree:

[2/2] spark git commit: Preparing Spark release v1.2.1-rc1

2015-01-26 Thread pwendell
Preparing Spark release v1.2.1-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e87eb2b4 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e87eb2b4 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e87eb2b4

Git Push Summary

2015-01-26 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.1-rc1 [created] e87eb2b42 - 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.2.1-rc1

2015-01-26 Thread pwendell
Revert Preparing Spark release v1.2.1-rc1 This reverts commit e87eb2b42f137c22194cfbca2abf06fecdf943da. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8c461005 Tree:

Git Push Summary

2015-01-26 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.1-rc1 [deleted] e87eb2b42 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

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

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 adfed7086 - 8c4610052 Revert Preparing development version 1.2.2-SNAPSHOT This reverts commit adfed7086f10fa8db4eeac7996c84cf98f625e9a. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

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

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 8c4610052 - f53a4319b Preparing development version 1.2.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f53a4319 Tree:

[2/2] spark git commit: Preparing Spark release v1.2.1-rc1

2015-01-26 Thread pwendell
Preparing Spark release v1.2.1-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3e2d7d31 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3e2d7d31 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3e2d7d31

Git Push Summary

2015-01-26 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.1-rc1 [created] 3e2d7d310 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: SPARK-4147 [CORE] Reduce log4j dependency

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/master c094c7327 - 54e7b456d SPARK-4147 [CORE] Reduce log4j dependency Defer use of log4j class until it's known that log4j 1.2 is being used. This may avoid dealing with log4j dependencies for callers that reroute slf4j to another logging

spark git commit: SPARK-4147 [CORE] Reduce log4j dependency

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 ef6fe84dc - b378e9a74 SPARK-4147 [CORE] Reduce log4j dependency Defer use of log4j class until it's known that log4j 1.2 is being used. This may avoid dealing with log4j dependencies for callers that reroute slf4j to another logging

spark git commit: Fix command spaces issue in make-distribution.sh

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 54e7b456d - b38034e87 Fix command spaces issue in make-distribution.sh Storing command in variables is tricky in bash, use an array to handle all issues with spaces, quoting, etc. See: http://mywiki.wooledge.org/BashFAQ/050 Author: David

spark git commit: SPARK-960 [CORE] [TEST] JobCancellationSuite two jobs sharing the same stage is broken

2015-01-26 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master b38034e87 - 0497ea51a SPARK-960 [CORE] [TEST] JobCancellationSuite two jobs sharing the same stage is broken This reenables and fixes this test, after addressing two issues: - The Semaphore that was intended to be shared locally was

spark git commit: Updating versions for Spark 1.2.1

2015-01-26 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 b378e9a74 - 07c0fd195 Updating versions for Spark 1.2.1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/07c0fd19 Tree:

spark git commit: [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap

2015-01-26 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.2 cf65620f5 - ef6fe84dc [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap j.u.c.ConcurrentHashMap is more battle tested. cc rxin JoshRosen pwendell Author: Davies Liu dav...@databricks.com Closes #4208 from davies/safe-conf