git commit: SPARK-2553. Fix compile error

2014-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master e52b8719c -> 30b8d369d SPARK-2553. Fix compile error Author: Sandy Ryza Closes #1479 from sryza/sandy-spark-2553 and squashes the following commits: 2cb5ed8 [Sandy Ryza] SPARK-2553. Fix compile error Project: http://git-wip-us.apache.o

git commit: Added t2 instance types

2014-07-18 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 30b8d369d -> 7f87ab981 Added t2 instance types New t2 instance types require HVM amis, bailout assumption of pvm causes failures when using t2 instance types. Author: Basit Mustafa Closes #1446 from 24601/master and squashes the followin

git commit: Added t2 instance types

2014-07-18 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 d35837a3a -> 284bf1054 Added t2 instance types New t2 instance types require HVM amis, bailout assumption of pvm causes failures when using t2 instance types. Author: Basit Mustafa Closes #1446 from 24601/master and squashes the foll

git commit: Reservoir sampling implementation.

2014-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7f87ab981 -> 586e716e4 Reservoir sampling implementation. This is going to be used in https://issues.apache.org/jira/browse/SPARK-2568 Author: Reynold Xin Closes #1478 from rxin/reservoirSample and squashes the following commits: 17bcbf

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

2014-07-18 Thread matei
Modified: spark/site/releases/spark-release-0-9-0.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-9-0.html?rev=1611797&r1=1611796&r2=1611797&view=diff == --- spark/site/releases/spark-release-0-9

svn commit: r1611799 - in /spark: documentation.md site/documentation.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:52:58 2014 New Revision: 1611799 URL: http://svn.apache.org/r1611799 Log: Added Summit 2014 training links Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL: http://svn.apache.org/viewvc/spark/documentat

svn commit: r1611800 - in /spark: community.md index.md site/community.html site/index.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:54:00 2014 New Revision: 1611800 URL: http://svn.apache.org/r1611800 Log: community stats Modified: spark/community.md spark/index.md spark/site/community.html spark/site/index.html Modified: spark/community.md URL: http://svn.apache.org/viewvc/

svn commit: r1611801 - in /spark: faq.md site/faq.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:55:11 2014 New Revision: 1611801 URL: http://svn.apache.org/r1611801 Log: tweak Modified: spark/faq.md spark/site/faq.html Modified: spark/faq.md URL: http://svn.apache.org/viewvc/spark/faq.md?rev=1611801&r1=1611800&r2=1611801&view=diff

svn commit: r1611802 - in /spark: documentation.md site/documentation.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:56:03 2014 New Revision: 1611802 URL: http://svn.apache.org/r1611802 Log: tweak Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL: http://svn.apache.org/viewvc/spark/documentation.md?rev=1611802&r1=16118

svn commit: r1611803 - in /spark: documentation.md site/documentation.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:56:49 2014 New Revision: 1611803 URL: http://svn.apache.org/r1611803 Log: tweak Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL: http://svn.apache.org/viewvc/spark/documentation.md?rev=1611803&r1=16118

svn commit: r1611804 - in /spark: documentation.md site/documentation.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 20:57:17 2014 New Revision: 1611804 URL: http://svn.apache.org/r1611804 Log: tweak Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL: http://svn.apache.org/viewvc/spark/documentation.md?rev=1611804&r1=16118

[1/2] [MLlib] SPARK-1536: multiclass classification support for decision tree

2014-07-18 Thread meng
Repository: spark Updated Branches: refs/heads/master 586e716e4 -> d88f6be44 http://git-wip-us.apache.org/repos/asf/spark/blob/d88f6be4/mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala -- diff --git a/m

svn commit: r1611805 - in /spark: documentation.md site/documentation.html

2014-07-18 Thread matei
Author: matei Date: Fri Jul 18 21:02:17 2014 New Revision: 1611805 URL: http://svn.apache.org/r1611805 Log: tweak Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL: http://svn.apache.org/viewvc/spark/documentation.md?rev=1611805&r1=16118

git commit: [SPARK-2535][SQL] Add StringComparison case to NullPropagation.

2014-07-18 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master d88f6be44 -> 3a1709fa5 [SPARK-2535][SQL] Add StringComparison case to NullPropagation. `StringComparison` expressions including `null` literal cases could be added to `NullPropagation`. Author: Takuya UESHIN Closes #1451 from ueshin/iss

git commit: [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping data

2014-07-18 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 3a1709fa5 -> 7f1720813 [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping data Author: Cheng Hao Closes #1436 from chenghao-intel/unwrapdata and squashes the following commits: 34cc21a [Cheng Hao] update the table sca

git commit: [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping data

2014-07-18 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 284bf1054 -> 7611840f2 [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping data Author: Cheng Hao Closes #1436 from chenghao-intel/unwrapdata and squashes the following commits: 34cc21a [Cheng Hao] update the table

git commit: [SPARK-2571] Correctly report shuffle read metrics.

2014-07-18 Thread kayousterhout
Repository: spark Updated Branches: refs/heads/master 7f1720813 -> 7b971b91c [SPARK-2571] Correctly report shuffle read metrics. Currently, shuffle read metrics are incorrectly reported when stages have multiple shuffle dependencies (they are set to be the metrics from just one of the shuffl

git commit: [SPARK-2359][MLlib] Correlations

2014-07-18 Thread meng
Repository: spark Updated Branches: refs/heads/master 7b971b91c -> a243364b2 [SPARK-2359][MLlib] Correlations Implementation for Pearson and Spearman's correlation. Author: Doris Xin Closes #1367 from dorx/correlation and squashes the following commits: c0dd7dc [Doris Xin] here we go 32d83

git commit: [SPARK-2521] Broadcast RDD object (instead of sending it along with every task).

2014-07-18 Thread rxin
Repository: spark Updated Branches: refs/heads/master a243364b2 -> 7b8cd1752 [SPARK-2521] Broadcast RDD object (instead of sending it along with every task). Currently (as of Spark 1.0.1), Spark sends RDD object (which contains closures) using Akka along with the task itself to the executors.