spark git commit: [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-all

2015-06-28 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 42db3a1c2 - f51004519 [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-all Spark's tests currently depend on `mockito-all`, which bundles Hamcrest and Objenesis classes. Instead, it should depend on `mockito-core`, which

spark git commit: [SPARK-8649] [BUILD] Mapr repository is not defined properly

2015-06-28 Thread pwendell
Repository: spark Updated Branches: refs/heads/master f51004519 - 52d128180 [SPARK-8649] [BUILD] Mapr repository is not defined properly The previous commiter on this part was pwendell The previous url gives 404, the new one seems to be OK. This patch is added under the Apache License 2.0.

spark git commit: [HOTFIX] Fix pull request builder bug in #6967

2015-06-28 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 40648c56c - 42db3a1c2 [HOTFIX] Fix pull request builder bug in #6967 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/42db3a1c Tree:

[1/2] spark git commit: [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)

2015-06-28 Thread davies
Repository: spark Updated Branches: refs/heads/master 52d128180 - 77da5be6f http://git-wip-us.apache.org/repos/asf/spark/blob/77da5be6/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveNativeCommand.scala -- diff

[2/2] spark git commit: [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)

2015-06-28 Thread davies
[SPARK-8610] [SQL] Separate Row and InternalRow (part 2) Currently, we use GenericRow both for Row and InternalRow, which is confusing because it could contain Scala type also Catalyst types. This PR changes to use GenericInternalRow for InternalRow (contains catalyst types), GenericRow for

spark git commit: [SPARK-8596] [EC2] Added port for Rstudio

2015-06-28 Thread shivaram
Repository: spark Updated Branches: refs/heads/master ec7843819 - 9ce78b434 [SPARK-8596] [EC2] Added port for Rstudio This would otherwise need to be set manually by R users in AWS. https://issues.apache.org/jira/browse/SPARK-8596 Author: Vincent D. Warmerdam vincentwarmer...@gmail.com

spark git commit: [SPARK-8677] [SQL] Fix non-terminating decimal expansion for decimal divide operation

2015-06-28 Thread davies
Repository: spark Updated Branches: refs/heads/master 9ce78b434 - 24fda7381 [SPARK-8677] [SQL] Fix non-terminating decimal expansion for decimal divide operation JIRA: https://issues.apache.org/jira/browse/SPARK-8677 Author: Liang-Chi Hsieh vii...@gmail.com Closes #7056 from

spark git commit: [SPARK-8575] [SQL] Deprecate callUDF in favor of udf

2015-06-28 Thread meng
Repository: spark Updated Branches: refs/heads/master dfde31da5 - 0b10662fe [SPARK-8575] [SQL] Deprecate callUDF in favor of udf Follow up of [SPARK-8356](https://issues.apache.org/jira/browse/SPARK-8356) and #6902. Removes the unit test for the now deprecated ```callUdf``` Unit test in

spark git commit: [SPARK-5962] [MLLIB] Python support for Power Iteration Clustering

2015-06-28 Thread meng
Repository: spark Updated Branches: refs/heads/master 25f574eb9 - dfde31da5 [SPARK-5962] [MLLIB] Python support for Power Iteration Clustering Python support for Power Iteration Clustering https://issues.apache.org/jira/browse/SPARK-5962 Author: Yanbo Liang yblia...@gmail.com Closes #6992

spark git commit: [SPARK-7212] [MLLIB] Add sequence learning flag

2015-06-28 Thread meng
Repository: spark Updated Branches: refs/heads/master 00a9d22bd - 25f574eb9 [SPARK-7212] [MLLIB] Add sequence learning flag Support mining of ordered frequent item sequences. Author: Feynman Liang fli...@databricks.com Closes #6997 from feynmanliang/fp-sequence and squashes the following

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

2015-06-28 Thread pwendell
Modified: spark/site/releases/spark-release-0-3.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-3.html?rev=1688083r1=1688082r2=1688083view=diff == --- spark/site/releases/spark-release-0-3.html

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

2015-06-28 Thread pwendell
Author: pwendell Date: Mon Jun 29 05:00:10 2015 New Revision: 1688083 URL: http://svn.apache.org/r1688083 Log: Adding news item for Spark Summit videos Added: spark/news/_posts/2015-06-29-spark-summit-2015-videos-posted.md spark/site/news/spark-summit-2015-videos-posted.html Modified: