spark git commit: BUILD: Minor tweaks to internal build scripts

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 1aa846165 - ae60eb998 BUILD: Minor tweaks to internal build scripts This adds two features: 1. The ability to publish with a different maven version than that specified in the release source. 2. Forking of different Zinc instances

[1/3] spark git commit: Adding CHANGES.txt for Spark 1.3

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 ae60eb998 - ce7158cf7 http://git-wip-us.apache.org/repos/asf/spark/blob/ce7158cf/dev/create-release/generate-changelist.py -- diff --git

[2/3] spark git commit: Adding CHANGES.txt for Spark 1.3

2015-03-03 Thread pwendell
http://git-wip-us.apache.org/repos/asf/spark/blob/ce7158cf/CHANGES.txt -- diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 000..46d612a --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,6520 @@ +Spark Change Log

[3/3] spark git commit: Adding CHANGES.txt for Spark 1.3

2015-03-03 Thread pwendell
Adding CHANGES.txt for Spark 1.3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ce7158cf Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ce7158cf Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ce7158cf

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

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 b012ed189 - 05d5a29eb 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/05d5a29e Tree:

svn commit: r1663693 - /spark/site/downloads.html

2015-03-03 Thread srowen
Author: srowen Date: Tue Mar 3 13:04:20 2015 New Revision: 1663693 URL: http://svn.apache.org/r1663693 Log: SPARK-5055: fix Chose - Choose typo Modified: spark/site/downloads.html Modified: spark/site/downloads.html URL:

spark git commit: Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master e359794ce - 9af001749 Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file This reverts commit 90095bf3ce9304d09a32ceffaa99069079071b59. Project:

spark git commit: Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 91d0effb3 - d70754df0 Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file This reverts commit 36f3c499fd1ad53a68a084d6a16a2c68099e7049. Project:

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

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 9af001749 - e750a6bfd SPARK-1911 [DOCS] 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. CC andrewor14 Author: Sean Owen so...@cloudera.com Closes

spark git commit: [SPARK-6132] ContextCleaner race condition across SparkContexts

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master e750a6bfd - fe63e8229 [SPARK-6132] ContextCleaner race condition across SparkContexts The problem is that `ContextCleaner` may clean variables that belong to a different `SparkContext`. This can happen if the `SparkContext` to which the

spark git commit: Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 05d5a29eb - ee4929d1d Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file This reverts commit 25fae8e7e6c93b7817771342d370b73b40dcf92e. Project:

spark git commit: Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 5226dc74d - eb30fc180 Revert [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure deleting the temp file This reverts commit 61bde0049fac324b5004eadfa22b02cd76cf2187. Project:

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

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.3 ee4929d1d - 8446ad0eb SPARK-1911 [DOCS] 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. CC andrewor14 Author: Sean Owen so...@cloudera.com

spark git commit: [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bug

2015-03-03 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 9a0b75cdd - 9f249779f [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bug LBFGS and OWLQN in Breeze 0.10 has convergence check bug. This is fixed in 0.11, see the description in Breeze project for detail:

spark git commit: [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryo

2015-03-03 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 8446ad0eb - 9a0b75cdd [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryo https://issues.apache.org/jira/browse/SPARK-5949 Author: Imran Rashid iras...@cloudera.com Closes #4877 from

spark git commit: [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryo

2015-03-03 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6c20f3529 - 1f1fccc5c [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryo https://issues.apache.org/jira/browse/SPARK-5949 Author: Imran Rashid iras...@cloudera.com Closes #4877 from

spark git commit: [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bug

2015-03-03 Thread meng
Repository: spark Updated Branches: refs/heads/master d334bfbcf - 76e20a0a0 [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bug LBFGS and OWLQN in Breeze 0.10 has convergence check bug. This is fixed in 0.11, see the description in Breeze project for detail:

spark git commit: [SPARK-6133] Make sc.stop() idempotent

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master fe63e8229 - 6c20f3529 [SPARK-6133] Make sc.stop() idempotent Before we would get the following (benign) error if we called `sc.stop()` twice. This is because the listener bus would try to post the end event again even after it has

spark git commit: [SPARK-6133] Make sc.stop() idempotent

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 eb30fc180 - a91c1c594 [SPARK-6133] Make sc.stop() idempotent Before we would get the following (benign) error if we called `sc.stop()` twice. This is because the listener bus would try to post the end event again even after it has

spark git commit: [SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quiet

2015-03-03 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 1f1fccc5c - d334bfbcf [SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quiet If the cleaner is stopped, we shouldn't print a huge stack trace when the cleaner thread is interrupted because we purposefully did this.

spark git commit: BUILD: Minor tweaks to internal build scripts

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 165ff3642 - 0c9a8eaed BUILD: Minor tweaks to internal build scripts This adds two features: 1. The ability to publish with a different maven version than that specified in the release source. 2. Forking of different Zinc instances

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

2015-03-03 Thread pwendell
Preparing Spark release v1.3.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3af26870 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/3af26870 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/3af26870

Git Push Summary

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

spark git commit: [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.CommandUtilsSuite consistent

2015-03-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0c9a8eaed - 975643c25 [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.CommandUtilsSuite consistent https://issues.apache.org/jira/browse/SPARK-6118 I found that the object CommandUtils is placed under

spark git commit: [SPARK-6138][CORE][minor] enhance the `toArray` method in `SizeTrackingVector`

2015-03-03 Thread srowen
Repository: spark Updated Branches: refs/heads/master 975643c25 - e359794ce [SPARK-6138][CORE][minor] enhance the `toArray` method in `SizeTrackingVector` Use array copy instead of `Iterator#toArray` to make it more efficient. Author: Wenchen Fan cloud0...@outlook.com Closes #4825 from

spark git commit: HOTFIX: Bump HBase version in MapR profiles.

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 841d2a27f - 1aa846165 HOTFIX: Bump HBase version in MapR profiles. After #2982 (SPARK-4048) we rely on the newer HBase packaging format. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: HOTFIX: Bump HBase version in MapR profiles.

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/master b19605619 - 165ff3642 HOTFIX: Bump HBase version in MapR profiles. After #2982 (SPARK-4048) we rely on the newer HBase packaging format. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

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

2015-03-03 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.3 ce7158cf7 - b012ed189 Revert Preparing development version 1.3.1-SNAPSHOT This reverts commit 2ab0ba04f66683be25cbe0e83cecf2bdcb0f13ba. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

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

2015-03-03 Thread pwendell
Revert Preparing Spark release v1.3.0-rc1 This reverts commit f97b0d4a6b26504916816d7aefcf3132cd1da6c2. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b012ed18 Tree: