spark git commit: [SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parent

2015-09-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 88a07d89e -> 34d417e8e [SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parent Copied model must have the same parent, but ml.IsotonicRegressionModel.copy did not set parent. Here fix it and add test case. Author: Yanbo

spark git commit: [SPARK-10316] [SQL] respect nondeterministic expressions in PhysicalOperation

2015-09-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 5b2192e84 -> 5fd57955e [SPARK-10316] [SQL] respect nondeterministic expressions in PhysicalOperation We did a lot of special handling for non-deterministic expressions in `Optimizer`. However, `PhysicalOperation` just collects all

spark git commit: [SPARK-10441] [SQL] Save data correctly to json.

2015-09-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master f7b55dbfc -> 7a9dcbc91 [SPARK-10441] [SQL] Save data correctly to json. https://issues.apache.org/jira/browse/SPARK-10441 Author: Yin Huai Closes #8597 from yhuai/timestampJson. Project:

spark git commit: [SPARK-10468] [ MLLIB ] Verify schema before Dataframe select API call

2015-09-08 Thread meng
Repository: spark Updated Branches: refs/heads/master 7a9dcbc91 -> e6f8d3686 [SPARK-10468] [ MLLIB ] Verify schema before Dataframe select API call Loader.checkSchema was called to verify the schema after dataframe.select(...). Schema verification should be done before dataframe.select(...)

spark git commit: [SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentation about rate limiting and backpressure

2015-09-08 Thread tdas
Repository: spark Updated Branches: refs/heads/master e6f8d3686 -> 52b24a602 [SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentation about rate limiting and backpressure Author: Tathagata Das Closes #8656 from tdas/SPARK-10492 and squashes the

spark git commit: [SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentation about rate limiting and backpressure

2015-09-08 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.5 7fd4674fc -> 63c72b93e [SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentation about rate limiting and backpressure Author: Tathagata Das Closes #8656 from tdas/SPARK-10492 and squashes

spark git commit: [SPARK-10441] [SQL] [BRANCH-1.5] Save data correctly to json.

2015-09-08 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 34d417e8e -> 7fd4674fc [SPARK-10441] [SQL] [BRANCH-1.5] Save data correctly to json. https://issues.apache.org/jira/browse/SPARK-10441 This is the backport of #8597 for 1.5 branch. Author: Yin Huai Closes

spark git commit: Docs small fixes

2015-09-08 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 37c5edf1c -> 88a07d89e Docs small fixes Author: Jacek Laskowski Closes #8629 from jaceklaskowski/docs-fixes. (cherry picked from commit 6ceed852ab716d8acc46ce90cba9cfcff6d3616f) Signed-off-by: Sean Owen

spark git commit: [SPARK-10327] [SQL] Cache Table is not working while subquery has alias in its project list

2015-09-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 52b24a602 -> d637a666d [SPARK-10327] [SQL] Cache Table is not working while subquery has alias in its project list ```scala import org.apache.spark.sql.hive.execution.HiveTableScan sql("select key, value, key + 1 from

spark git commit: [HOTFIX] Fix build break caused by #8494

2015-09-08 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master d637a666d -> 2143d592c [HOTFIX] Fix build break caused by #8494 Author: Michael Armbrust Closes #8659 from marmbrus/testBuildBreak. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

Git Push Summary

2015-09-08 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.2.0-snapshot0 [deleted] bc0987579 refs/tags/v1.2.0-snapshot1 [deleted] 38c1fbd96 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail:

Git Push Summary

2015-09-08 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.3.1-rc1 [deleted] 0dcb5d9f3 refs/tags/v1.3.1-rc2 [deleted] 7c4473aa5 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail:

Git Push Summary

2015-09-08 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.4.0-rc1 [deleted] 777a08166 refs/tags/v1.4.0-rc2 [deleted] 03fb26a3e refs/tags/v1.4.0-rc3 [deleted] f2796816b refs/tags/v1.4.0-rc4 [deleted] d630f4d69 - To unsubscribe, e-mail:

Git Push Summary

2015-09-08 Thread rxin
Repository: spark Updated Tags: refs/tags/v0.9.1-rc1 [deleted] 20a2d247a refs/tags/v0.9.1-rc2 [deleted] 95d70498b refs/tags/v0.9.1-rc3 [deleted] 931ac8a0e refs/tags/v0.9.2-rc1 [deleted] 5a3020615 - To unsubscribe, e-mail:

Git Push Summary

2015-09-08 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.4.1-rc1 [deleted] d0a5560ce refs/tags/v1.4.1-rc2 [deleted] 07b95c7ad refs/tags/v1.4.1-rc3 [deleted] 3e8ae3894 refs/tags/v1.4.1-rc4 [deleted] dbaa5c294 - To unsubscribe, e-mail:

spark git commit: [SPARK-9170] [SQL] Use OrcStructInspector to be case preserving when writing ORC files

2015-09-08 Thread lian
Repository: spark Updated Branches: refs/heads/master 6ceed852a -> 990c9f79c [SPARK-9170] [SQL] Use OrcStructInspector to be case preserving when writing ORC files JIRA: https://issues.apache.org/jira/browse/SPARK-9170 `StandardStructObjectInspector` will implicitly lowercase column names.

spark git commit: [SPARK-10480] [ML] Fix ML.LinearRegressionModel.copy()

2015-09-08 Thread meng
Repository: spark Updated Branches: refs/heads/master 990c9f79c -> 5b2192e84 [SPARK-10480] [ML] Fix ML.LinearRegressionModel.copy() This PR fix two model ```copy()``` related issues: [SPARK-10480](https://issues.apache.org/jira/browse/SPARK-10480) ```ML.LinearRegressionModel.copy()``` ignored

svn commit: r10454 - /dev/spark/spark-1.5.0/ /release/spark/spark-1.5.0/

2015-09-08 Thread rxin
Author: rxin Date: Wed Sep 9 05:48:33 2015 New Revision: 10454 Log: Spark 1.5.0. Added: release/spark/spark-1.5.0/ - copied from r10453, dev/spark/spark-1.5.0/ Removed: dev/spark/spark-1.5.0/ - To unsubscribe,

svn commit: r10453 - /dev/spark/spark-1.5.0/

2015-09-08 Thread rxin
Author: rxin Date: Wed Sep 9 05:40:42 2015 New Revision: 10453 Log: Add spark-1.5.0 Added: dev/spark/spark-1.5.0/ dev/spark/spark-1.5.0/spark-1.5.0-bin-cdh4.tgz (with props) dev/spark/spark-1.5.0/spark-1.5.0-bin-cdh4.tgz.asc dev/spark/spark-1.5.0/spark-1.5.0-bin-cdh4.tgz.md5

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

2015-09-08 Thread rxin
Modified: spark/site/news/spark-summit-2013-is-a-wrap.html URL: http://svn.apache.org/viewvc/spark/site/news/spark-summit-2013-is-a-wrap.html?rev=1701901=1701900=1701901=diff == ---

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

2015-09-08 Thread rxin
Modified: spark/site/screencasts/1-first-steps-with-spark.html URL: http://svn.apache.org/viewvc/spark/site/screencasts/1-first-steps-with-spark.html?rev=1701901=1701900=1701901=diff == ---

svn commit: r1701902 [1/2] - in /spark: ./ releases/_posts/ site/ site/graphx/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

2015-09-08 Thread rxin
Author: rxin Date: Wed Sep 9 04:54:47 2015 New Revision: 1701902 URL: http://svn.apache.org/r1701902 Log: Rolled back to pre-1.5.0 Removed: spark/releases/_posts/2015-09-09-spark-release-1-5-0.md spark/site/releases/spark-release-1-5-0.html Modified: spark/downloads.md

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

2015-09-08 Thread rxin
Modified: spark/site/releases/spark-release-0-5-0.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-5-0.html?rev=1701902=1701901=1701902=diff == --- spark/site/releases/spark-release-0-5-0.html