git commit: [Docs] Correct spark.files.fetchTimeout default value

2014-09-17 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 008a5ed48 - 983609a4d [Docs] Correct spark.files.fetchTimeout default value change the value of spark.files.fetchTimeout Author: viper-kun xukun...@huawei.com Closes #2406 from viper-kun/master and squashes the following commits:

git commit: SPARK-3177 (on Master Branch)

2014-09-17 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 983609a4d - 7d1a37239 SPARK-3177 (on Master Branch) The JIRA and PR was original created for branch-1.1, and move to master branch now. Chester The Issue is due to that yarn-alpha and yarn have different APIs for certain class fields.

git commit: [Docs] minor grammar fix

2014-09-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7d1a37239 - 8fbd5f4a9 [Docs] minor grammar fix Author: Nicholas Chammas nicholas.cham...@gmail.com Closes #2430 from nchammas/patch-2 and squashes the following commits: d476bfb [Nicholas Chammas] [Docs] minor grammar fix Project:

git commit: [SQL][DOCS] Improve table caching section

2014-09-17 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 937de93e8 - 85e7c52ba [SQL][DOCS] Improve table caching section Author: Michael Armbrust mich...@databricks.com Closes #2434 from marmbrus/patch-1 and squashes the following commits: 67215be [Michael Armbrust] [SQL][DOCS] Improve

git commit: [SPARK-1455] [SPARK-3534] [Build] When possible, run SQL tests only.

2014-09-17 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master cbf983bb4 - 5044e4953 [SPARK-1455] [SPARK-3534] [Build] When possible, run SQL tests only. If the only files changed are related to SQL, then only run the SQL tests. This patch includes some cosmetic/maintainability refactoring. I would

svn commit: r1625829 - in /spark: _config.yml news/_posts/2012-12-21-spark-and-shark-in-the-news.md news/_posts/2013-06-21-spark-featured-in-wired.md

2014-09-17 Thread pwendell
Author: pwendell Date: Wed Sep 17 21:17:41 2014 New Revision: 1625829 URL: http://svn.apache.org/r1625829 Log: Changes to provide portability across Jekyll environments Modified: spark/_config.yml spark/news/_posts/2012-12-21-spark-and-shark-in-the-news.md

git commit: Docs: move HA subsections to a deeper indentation level

2014-09-17 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 85e7c52ba - 0690410e4 Docs: move HA subsections to a deeper indentation level Makes the table of contents read better Author: Andrew Ash and...@andrewash.com Closes #2402 from ash211/docs/better-indentation and squashes the following

git commit: [SPARK-3534] Fix expansion of testing arguments to sbt

2014-09-17 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master b3830b28f - 7fc3bb7c8 [SPARK-3534] Fix expansion of testing arguments to sbt Testing arguments to `sbt` need to be passed as an array, not a single, long string. Fixes a bug introduced in #2420. Author: Nicholas Chammas

git commit: [SPARK-3571] Spark standalone cluster mode doesn't work.

2014-09-17 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 7fc3bb7c8 - cbc065039 [SPARK-3571] Spark standalone cluster mode doesn't work. I think, this issue is caused by #1106 Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2436 from sarutak/SPARK-3571 and squashes the following

git commit: [SPARK-3564][WebUI] Display App ID on HistoryPage

2014-09-17 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master cbc065039 - 6688a266f [SPARK-3564][WebUI] Display App ID on HistoryPage Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2424 from sarutak/display-appid-on-webui and squashes the following commits: 417fe90 [Kousuke Saruta] Added

git commit: [SPARK-3564][WebUI] Display App ID on HistoryPage

2014-09-17 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 0690410e4 - 3f1f9744b [SPARK-3564][WebUI] Display App ID on HistoryPage Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2424 from sarutak/display-appid-on-webui and squashes the following commits: 417fe90 [Kousuke Saruta]

git commit: [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatile

2014-09-17 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 6688a266f - 1147973f1 [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatile Author: Kousuke Saruta saru...@oss.nttdata.co.jp Closes #2428 from sarutak/appid-volatile-modification and squashes the following commits:

svn commit: r1625867 - in /spark/site/docs/1.1.0: ./ css/

2014-09-17 Thread pwendell
Author: pwendell Date: Thu Sep 18 00:53:30 2014 New Revision: 1625867 URL: http://svn.apache.org/r1625867 Log: Fixing version in 1.1 documentation Modified: spark/site/docs/1.1.0/bagel-programming-guide.html spark/site/docs/1.1.0/css/bootstrap.min.css

git commit: [SPARK-3565]Fix configuration item not consistent with document

2014-09-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 3f1f9744b - 32fe9 [SPARK-3565]Fix configuration item not consistent with document https://issues.apache.org/jira/browse/SPARK-3565 spark.ports.maxRetries should be spark.port.maxRetries. Make the configuration keys in document

git commit: [SPARK-3565]Fix configuration item not consistent with document

2014-09-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1147973f1 - 3f169bfe3 [SPARK-3565]Fix configuration item not consistent with document https://issues.apache.org/jira/browse/SPARK-3565 spark.ports.maxRetries should be spark.port.maxRetries. Make the configuration keys in document and

git commit: [SPARK-3534] Add hive-thriftserver to SQL tests

2014-09-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 3f169bfe3 - 5547fa1ee [SPARK-3534] Add hive-thriftserver to SQL tests Addresses the problem pointed out in [this comment](https://github.com/apache/spark/pull/2441#issuecomment-55990116). Author: Nicholas Chammas

git commit: [Minor] rat exclude dependency-reduced-pom.xml

2014-09-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 5547fa1ee - 6772afec2 [Minor] rat exclude dependency-reduced-pom.xml Author: GuoQiang Li wi...@qq.com Closes #2326 from witgo/rat-excludes and squashes the following commits: 860904e [GuoQiang Li] rat exclude dependency-reduced-pom.xml