[1/3] git commit: SPARK-1407 drain event queue before stopping event logger

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 bde9cc11f - 8ca3b2bc9 SPARK-1407 drain event queue before stopping event logger Author: Kan Zhang kzh...@apache.org Closes #366 from kanzhang/SPARK-1407 and squashes the following commits: cd0629f [Kan Zhang] code refactoring and

[3/3] git commit: SPARK-729: Closures not always serialized at capture time

2014-04-10 Thread pwendell
SPARK-729: Closures not always serialized at capture time [SPARK-729](https://spark-project.atlassian.net/browse/SPARK-729) concerns when free variables in closure arguments to transformations are captured. Currently, it is possible for closures to get the environment in which they are

[2/3] git commit: [SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental ::

2014-04-10 Thread pwendell
[SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental :: Remove empty line after :: DeveloperApi/Experimental :: in comments to make the original doc show up in the preview of the generated html docs. Thanks @andrewor14 ! Author: Xiangrui Meng m...@databricks.com Closes #373

git commit: SPARK-1446: Spark examples should not do a System.exit

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 8ca3b2bc9 - e55cc4bae SPARK-1446: Spark examples should not do a System.exit Spark examples should exit nice using SparkContext.stop() method, rather than System.exit System.exit can cause issues like in SPARK-1407 Author: Sandeep

git commit: Revert SPARK-729: Closures not always serialized at capture time

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master e55cc4bae - e6d4a74d2 Revert SPARK-729: Closures not always serialized at capture time This reverts commit 8ca3b2bc90a63b23a03f339e390174cd7a672b40. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

[2/3] git commit: Revert SPARK-729: Closures not always serialized at capture time

2014-04-10 Thread pwendell
Revert SPARK-729: Closures not always serialized at capture time This reverts commit 8ca3b2bc90a63b23a03f339e390174cd7a672b40. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e6d4a74d Tree:

[3/3] git commit: Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPL

2014-04-10 Thread pwendell
Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPL Author: witgo wi...@qq.com Closes #325 from witgo/SPARK-1413 and squashes the following commits: e57cd8e [witgo] use scala reflection to access and call the SLF4JBridgeHandler methods 45c8f40 [witgo] Merge branch

[1/2] [SPARK-1276] Add a HistoryServer to render persisted UI

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master a74fbbbca - 79820fe82 http://git-wip-us.apache.org/repos/asf/spark/blob/79820fe8/core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala -- diff --git

[1/2] [SPARK-1276] Add a HistoryServer to render persisted UI

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 a74fbbbca - 9ae80bf9b http://git-wip-us.apache.org/repos/asf/spark/blob/9ae80bf9/core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala -- diff --git

git commit: SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead of complaining

2014-04-10 Thread matei
Repository: spark Updated Branches: refs/heads/master 79820fe82 - 3bd312940 SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead of complaining Author: Sandeep sand...@techaddict.me Closes #356 from techaddict/1428 and squashes the following commits: 3bdf5f6

git commit: SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead of complaining

2014-04-10 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.0 9ae80bf9b - 2ac43add1 SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead of complaining Author: Sandeep sand...@techaddict.me Closes #356 from techaddict/1428 and squashes the following commits: 3bdf5f6

svn commit: r1586397 - in /spark: index.md site/index.html

2014-04-10 Thread matei
Author: matei Date: Thu Apr 10 18:27:59 2014 New Revision: 1586397 URL: http://svn.apache.org/r1586397 Log: Update some stats Modified: spark/index.md spark/site/index.html Modified: spark/index.md URL:

git commit: Revert SPARK-1433: Upgrade Mesos dependency to 0.17.0

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3bd312940 - 7b52b6631 Revert SPARK-1433: Upgrade Mesos dependency to 0.17.0 This reverts commit 12c077d5aa0b76a808a55db625c9677a52bd43f9. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

git commit: Update tuning.md

2014-04-10 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7b52b6631 - f04666252 Update tuning.md http://stackoverflow.com/questions/9699071/what-is-the-javas-internal-represention-for-string-modified-utf-8-utf-16 Author: Andrew Ash and...@andrewash.com Closes #384 from ash211/patch-2 and

git commit: SPARK-1202 - Add a cancel button in the UI for stages

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master f99401a63 - 2c557837b SPARK-1202 - Add a cancel button in the UI for stages Author: Sundeep Narravula sundeepn@superduel.local Author: Sundeep Narravula sunde...@dhcpx-204-110.corp.yahoo.com Closes #246 from sundeepn/uikilljob and

git commit: Set spark.executor.uri from environment variable (needed by Mesos)

2014-04-10 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.0 211f97447 - 41df293fb Set spark.executor.uri from environment variable (needed by Mesos) The Mesos backend uses this property when setting up a slave process. It is similarly set in the Scala repl (org.apache.spark.repl.SparkILoop),

git commit: Set spark.executor.uri from environment variable (needed by Mesos)

2014-04-10 Thread matei
Repository: spark Updated Branches: refs/heads/master 2c557837b - 5cd11d51c Set spark.executor.uri from environment variable (needed by Mesos) The Mesos backend uses this property when setting up a slave process. It is similarly set in the Scala repl (org.apache.spark.repl.SparkILoop), but

git commit: Add Spark v0.9.1 to ec2 launch script and use it as the default

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 41df293fb - 59de39b2e Add Spark v0.9.1 to ec2 launch script and use it as the default Mainly ported from branch-0.9. Author: Harvey Feng hyfeng...@gmail.com Closes #385 from harveyfeng/0.9.1-ec2 and squashes the following commits:

git commit: SPARK-1202: Improvements to task killing in the UI.

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7b4203ab4 - 44f654eec SPARK-1202: Improvements to task killing in the UI. 1. Adds a separate endpoint for the killing logic that is outside of a page. 2. Narrows the scope of the killingEnabled tracking. 3. Some style improvements.

git commit: SPARK-1202: Improvements to task killing in the UI.

2014-04-10 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 59de39b2e - a1bb4c695 SPARK-1202: Improvements to task killing in the UI. 1. Adds a separate endpoint for the killing logic that is outside of a page. 2. Narrows the scope of the killingEnabled tracking. 3. Some style improvements.