svn commit: r1646651 [1/3] - in /spark: ./ _layouts/ js/ news/_posts/ releases/_posts/ site/ site/graphx/ site/js/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

2014-12-19 Thread pwendell
Author: pwendell Date: Fri Dec 19 08:34:52 2014 New Revision: 1646651 URL: http://svn.apache.org/r1646651 Log: Adding 1.2.0 Release Notes Added: spark/news/_posts/2014-12-18-spark-1-2-0-released.md spark/releases/_posts/2014-12-18-spark-release-1-2-0.md

svn commit: r1646651 [2/3] - in /spark: ./ _layouts/ js/ news/_posts/ releases/_posts/ site/ site/graphx/ site/js/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

2014-12-19 Thread pwendell
Added: spark/site/news/spark-1-2-0-released.html URL: http://svn.apache.org/viewvc/spark/site/news/spark-1-2-0-released.html?rev=1646651view=auto == --- spark/site/news/spark-1-2-0-released.html (added) +++

svn commit: r1646651 [3/3] - in /spark: ./ _layouts/ js/ news/_posts/ releases/_posts/ site/ site/graphx/ site/js/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

2014-12-19 Thread pwendell
Added: spark/site/releases/spark-release-1-2-0.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-2-0.html?rev=1646651view=auto == --- spark/site/releases/spark-release-1-2-0.html (added) +++

svn commit: r1646652 - in /spark: news/_posts/2014-12-18-spark-1-2-0-released.md site/news/spark-1-2-0-released.html

2014-12-19 Thread pwendell
Author: pwendell Date: Fri Dec 19 08:38:12 2014 New Revision: 1646652 URL: http://svn.apache.org/r1646652 Log: Small fix Modified: spark/news/_posts/2014-12-18-spark-1-2-0-released.md spark/site/news/spark-1-2-0-released.html Modified:

spark git commit: [SPARK-4901] [SQL] Hot fix for ByteWritables.copyBytes

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 283263ffa - 5479450c4 [SPARK-4901] [SQL] Hot fix for ByteWritables.copyBytes HiveInspectors.scala failed in compiling with Hadoop 1, as the BytesWritable.copyBytes is not available in Hadoop 1. Author: Cheng Hao hao.ch...@intel.com

spark git commit: [Build] Remove spark-staging-1038

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 5479450c4 - 8e253ebbf [Build] Remove spark-staging-1038 Author: scwf wangf...@huawei.com Closes #3743 from scwf/abc and squashes the following commits: 7d98bc8 [scwf] removing spark-staging-1038 Project:

Git Push Summary

2014-12-19 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0 [created] 2b72c569a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-12-19 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0 [deleted] 2b72c569a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-12-19 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0 [deleted] 2b72c569a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-12-19 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0 [created] a428c446e - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r1646820 - in /spark: downloads.md site/downloads.html

2014-12-19 Thread pwendell
Author: pwendell Date: Fri Dec 19 18:49:43 2014 New Revision: 1646820 URL: http://svn.apache.org/r1646820 Log: Fixing release tag Modified: spark/downloads.md spark/site/downloads.html Modified: spark/downloads.md URL:

svn commit: r1646822 - in /spark: releases/_posts/2014-12-18-spark-release-1-2-0.md site/releases/spark-release-1-2-0.html

2014-12-19 Thread pwendell
Author: pwendell Date: Fri Dec 19 18:53:06 2014 New Revision: 1646822 URL: http://svn.apache.org/r1646822 Log: Release note typo's Modified: spark/releases/_posts/2014-12-18-spark-release-1-2-0.md spark/site/releases/spark-release-1-2-0.html Modified:

spark git commit: Small refactoring to pass SparkEnv into Executor rather than creating SparkEnv in Executor.

2014-12-19 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8e253ebbf - 336cd341e Small refactoring to pass SparkEnv into Executor rather than creating SparkEnv in Executor. This consolidates some code path and makes constructor arguments simpler for a few classes. Author: Reynold Xin

spark git commit: [SPARK-4896] don’t redundantly overwrite executor JAR deps

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master cdb2c645a - 7981f9697 [SPARK-4896] don’t redundantly overwrite executor JAR deps Author: Ryan Williams ryan.blake.willi...@gmail.com Closes #2848 from ryan-williams/fetch-file and squashes the following commits: c14daff [Ryan Williams]

spark git commit: [SPARK-4896] don’t redundantly overwrite executor JAR deps

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.2 6aa88cc04 - f930fe893 [SPARK-4896] don’t redundantly overwrite executor JAR deps Author: Ryan Williams ryan.blake.willi...@gmail.com Closes #2848 from ryan-williams/fetch-file and squashes the following commits: c14daff [Ryan

spark git commit: [SPARK-4896] don’t redundantly overwrite executor JAR deps

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.1 2d6646359 - 546a239eb [SPARK-4896] don’t redundantly overwrite executor JAR deps Author: Ryan Williams ryan.blake.willi...@gmail.com Closes #2848 from ryan-williams/fetch-file and squashes the following commits: c14daff [Ryan

[2/2] spark git commit: [SPARK-2261] Make event logger use a single file.

2014-12-19 Thread andrewor14
[SPARK-2261] Make event logger use a single file. Currently the event logger uses a directory and several files to describe an app's event log, all but one of which are empty. This is not very HDFS-friendly, since creating lots of nodes in HDFS (especially when they don't contain any data) is

[1/2] spark git commit: [SPARK-2261] Make event logger use a single file.

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master c28083f46 - 456451911 http://git-wip-us.apache.org/repos/asf/spark/blob/45645191/core/src/test/scala/org/apache/spark/util/FileLoggerSuite.scala -- diff --git

spark git commit: change signature of example to match released code

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 f930fe893 - 4da103984 change signature of example to match released code the signature of registerKryoClasses is actually of Array[Class[_]] not Seq Author: Eran Medan ehrann.meh...@gmail.com Closes #3747 from eranation/patch-1 and

spark git commit: change signature of example to match released code

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 456451911 - c25c669d9 change signature of example to match released code the signature of registerKryoClasses is actually of Array[Class[_]] not Seq Author: Eran Medan ehrann.meh...@gmail.com Closes #3747 from eranation/patch-1 and

spark git commit: [SPARK-3060] spark-shell.cmd doesn't accept application options in Windows OS

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master c25c669d9 - 8d932475e [SPARK-3060] spark-shell.cmd doesn't accept application options in Windows OS Added equivalent module as utils.sh and modified spark-shell2.cmd to use it to parse options. Now we can use application options. ex)

spark git commit: SPARK-2641: Passing num executors to spark arguments from properties file

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 8d932475e - 1d648123a SPARK-2641: Passing num executors to spark arguments from properties file Since we can set spark executor memory and executor cores using property file, we must also be allowed to set the executor instances. Author:

spark git commit: SPARK-2641: Passing num executors to spark arguments from properties file

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 4da103984 - a1a1361a9 SPARK-2641: Passing num executors to spark arguments from properties file Since we can set spark executor memory and executor cores using property file, we must also be allowed to set the executor instances.

spark git commit: [SPARK-4831] Do not include SPARK_CLASSPATH if empty

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 1d648123a - 7cb3f5479 [SPARK-4831] Do not include SPARK_CLASSPATH if empty My guess for fixing https://issues.apache.org/jira/browse/SPARK-4831. Author: Daniel Darabos darabos.dan...@gmail.com Closes #3678 from darabos/patch-1 and

spark git commit: [SPARK-4140] Document dynamic allocation

2014-12-19 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 7cb3f5479 - 15c03e1e0 [SPARK-4140] Document dynamic allocation Once the external shuffle service is also documented, the dynamic allocation section will link to it. Let me know if the whole dynamic allocation should be moved to its

spark git commit: [Minor] Build Failed: value defaultProperties not found

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 15c03e1e0 - a764960b3 [Minor] Build Failed: value defaultProperties not found Mvn Build Failed: value defaultProperties not found .Maybe related to this pr: https://github.com/apache/spark/commit/1d648123a77bbcd9b7a34cc0d66c14fa85edfecd

spark git commit: [Minor] Build Failed: value defaultProperties not found

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.2 96d5b00ac - 4346a2ba1 [Minor] Build Failed: value defaultProperties not found Mvn Build Failed: value defaultProperties not found .Maybe related to this pr:

spark git commit: [Minor] Build Failed: value defaultProperties not found

2014-12-19 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.1 3597c2ebf - e5f27521d [Minor] Build Failed: value defaultProperties not found Mvn Build Failed: value defaultProperties not found .Maybe related to this pr: