git commit: [SPARK-2495][MLLIB] make KMeans constructor public

2014-08-25 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.1 b82da3d69 - 69a17f119 [SPARK-2495][MLLIB] make KMeans constructor public to re-construct k-means models freeman-lab Author: Xiangrui Meng m...@databricks.com Closes #2112 from mengxr/public-constructors and squashes the following

git commit: [SPARK-2495][MLLIB] make KMeans constructor public

2014-08-25 Thread meng
Repository: spark Updated Branches: refs/heads/master fb0db7724 - 220f41368 [SPARK-2495][MLLIB] make KMeans constructor public to re-construct k-means models freeman-lab Author: Xiangrui Meng m...@databricks.com Closes #2112 from mengxr/public-constructors and squashes the following

git commit: SPARK-2798 [BUILD] Correct several small errors in Flume module pom.xml files

2014-08-25 Thread tdas
Repository: spark Updated Branches: refs/heads/master 220f41368 - cd30db566 SPARK-2798 [BUILD] Correct several small errors in Flume module pom.xml files (EDIT) Since the scalatest issue was since resolved, this is now about a few small problems in the Flume Sink `pom.xml` - `scalatest` is

git commit: [FIX] fix error message in sendMessageReliably

2014-08-25 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master cc40a709c - fd8ace2d9 [FIX] fix error message in sendMessageReliably rxin Author: Xiangrui Meng m...@databricks.com Closes #2120 from mengxr/sendMessageReliably and squashes the following commits: b14400c [Xiangrui Meng] fix error

git commit: [SPARK-3204][SQL] MaxOf would be foldable if both left and right are foldable.

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 8d33a6d3d - 19b01d6f7 [SPARK-3204][SQL] MaxOf would be foldable if both left and right are foldable. Author: Takuya UESHIN ues...@happy-camper.st Closes #2116 from ueshin/issues/SPARK-3204 and squashes the following commits: 7d9b107

git commit: [SPARK-2929][SQL] Refactored Thrift server and CLI suites

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master d299e2bf2 - cae9414d3 [SPARK-2929][SQL] Refactored Thrift server and CLI suites Removed most hard coded timeout, timing assumptions and all `Thread.sleep`. Simplified IPC and synchronization with `scala.sys.process` and future/promise so

git commit: [SPARK-2929][SQL] Refactored Thrift server and CLI suites

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 19b01d6f7 - 292f28d4f [SPARK-2929][SQL] Refactored Thrift server and CLI suites Removed most hard coded timeout, timing assumptions and all `Thread.sleep`. Simplified IPC and synchronization with `scala.sys.process` and future/promise

git commit: [SPARK-3058] [SQL] Support EXTENDED for EXPLAIN

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 292f28d4f - f8ac8ed7f [SPARK-3058] [SQL] Support EXTENDED for EXPLAIN Provide `extended` keyword support for `explain` command in SQL. e.g. ``` explain extended select key as a1, value as a2 from src where key=1; == Parsed Logical Plan

git commit: [SQL] logWarning should be logInfo in getResultSetSchema

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 156eb3966 - 507a1b520 [SQL] logWarning should be logInfo in getResultSetSchema Author: wangfei wangfei_he...@126.com Closes #1939 from scwf/patch-5 and squashes the following commits: f952d10 [wangfei] [SQL] logWarning should be logInfo

git commit: [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.parquetFile

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 507a1b520 - 4243bb663 [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.parquetFile fix compile error on hadoop 0.23 for the pull request #1924. Author: Chia-Yung Su chiay...@appier.com Closes #1959 from

git commit: [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.parquetFile

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 957b35657 - b5dc9b43b [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.parquetFile fix compile error on hadoop 0.23 for the pull request #1924. Author: Chia-Yung Su chiay...@appier.com Closes #1959 from

svn commit: r1620493 [2/2] - in /spark: screencasts/_posts/ site/ site/news/ site/releases/ site/screencasts/

2014-08-25 Thread matei
Modified: spark/site/releases/spark-release-0-8-1.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-8-1.html?rev=1620493r1=1620492r2=1620493view=diff == ---

svn commit: r1620493 [1/2] - in /spark: screencasts/_posts/ site/ site/news/ site/releases/ site/screencasts/

2014-08-25 Thread matei
Author: matei Date: Tue Aug 26 01:53:10 2014 New Revision: 1620493 URL: http://svn.apache.org/r1620493 Log: Updated screecast links to work over HTTPS too Modified: spark/screencasts/_posts/2013-04-10-1-first-steps-with-spark.md

git commit: [Spark-3222] [SQL] Cross join support in HiveQL

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 62f5009f6 - 52fbdc2de [Spark-3222] [SQL] Cross join support in HiveQL We can simple treat cross join as inner join without join conditions. Author: Daoyuan Wang daoyuan.w...@intel.com Author: adrian-wang daoyuanw...@gmail.com Closes

git commit: [Spark-3222] [SQL] Cross join support in HiveQL

2014-08-25 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.1 4d6a0e920 - 48a07490f [Spark-3222] [SQL] Cross join support in HiveQL We can simple treat cross join as inner join without join conditions. Author: Daoyuan Wang daoyuan.w...@intel.com Author: adrian-wang daoyuanw...@gmail.com Closes