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 SQLQ

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 Closes #6992 from yanboliang/pys

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 Closes #6997 from feynmanliang/fp-sequence and squashes the following commits: 7c14e15 [Feyn

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:

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=1688083&r1=1688082&r2=1688083&view=diff == --- spark/site/releases/spark-release-0-3.htm

spark git commit: [SPARK-7845] [BUILD] Bumping default Hadoop version used in profile hadoop-1 to 1.2.1

2015-06-28 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 24fda7381 -> 00a9d22bd [SPARK-7845] [BUILD] Bumping default Hadoop version used in profile hadoop-1 to 1.2.1 PR #5694 reverted PR #6384 while refactoring `dev/run-tests` to `dev/run-tests.py`. Also, PR #6384 didn't bump Hadoop 1 version d

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 Closes #7056 from viirya/fix_decimal3 and squash

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 Author: vincent Closes #7068

spark git commit: [SPARK-8686] [SQL] DataFrame should support `where` with expression represented by String

2015-06-28 Thread davies
Repository: spark Updated Branches: refs/heads/master 77da5be6f -> ec7843819 [SPARK-8686] [SQL] DataFrame should support `where` with expression represented by String DataFrame supports `filter` function with two types of argument, `Column` and `String`. But `where` doesn't. Author: Kousuke

[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 Row

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.