git commit: Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite

2014-03-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9aadcffab -> e09139d9c Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite Sorry! I added this test at the last minute and failed to run it in maven as well. Note that, this will probably not be sufficient to actuall

svn commit: r1579861 - in /spark: news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md site/news/submit-talks-to-spark-summit-2014.html

2014-03-20 Thread matei
Author: matei Date: Fri Mar 21 01:31:28 2014 New Revision: 1579861 URL: http://svn.apache.org/r1579861 Log: Add news for summit 2014 Added: spark/news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md spark/site/news/submit-talks-to-spark-summit-2014.html Added: spark/news/_posts/20

git commit: Removed incubating from Spark version in all the pom.xml.

2014-03-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 8a882eff9 -> 8b1e79323 Removed incubating from Spark version in all the pom.xml. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8b1e7932 Tree: http://git-wip-us.ap

git commit: Bumped versions to Spark 0.9.1

2014-03-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 c6630d363 -> 8a882eff9 Bumped versions to Spark 0.9.1 Self explanatory! Author: Tathagata Das Closes #190 from tdas/branch-0.9-version-bump and squashes the following commits: 34576ee [Tathagata Das] Bumped versions to Spark 0.9.1

git commit: SPARK-1032. If Yarn app fails before registering, app master stays aroun...

2014-03-20 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-0.9 748f002b3 -> c6630d363 SPARK-1032. If Yarn app fails before registering, app master stays aroun... ...d long after This reopens https://github.com/apache/incubator-spark/pull/648 against the new repo. Author: Sandy Ryza Closes #28

git commit: [Hot Fix #42] Do not stop SparkUI if bind() is not called

2014-03-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 66a03e5fe -> ca76423e2 [Hot Fix #42] Do not stop SparkUI if bind() is not called This is a bug fix for #42 (79d07d66040f206708e14de393ab0b80020ed96a). In Master, we do not bind() each SparkUI because we do not want to start a server for e

git commit: SPARK-1051. On YARN, executors don't doAs submitting user

2014-03-20 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-0.9 1e366904c -> 748f002b3 SPARK-1051. On YARN, executors don't doAs submitting user This reopens https://github.com/apache/incubator-spark/pull/538 against the new repo Author: Sandy Ryza Closes #29 from sryza/sandy-spark-1051 and squa

git commit: [SPARK-1285] Backporting updates to streaming docs to branch 0.9

2014-03-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 1cc979e0a -> 1e366904c [SPARK-1285] Backporting updates to streaming docs to branch 0.9 Cherrypicked updates that have been added to master branch Author: Aaron Kimball Author: Tathagata Das Author: Chen Chao Author: Andrew Or Clo

git commit: Principal Component Analysis

2014-03-20 Thread matei
Repository: spark Updated Branches: refs/heads/master ffe272d97 -> 66a03e5fe Principal Component Analysis # Principal Component Analysis Computes the top k principal component coefficients for the m-by-n data matrix X. Rows of X correspond to observations and columns correspond to variables.