git commit: [SPARK-1752][MLLIB] Standardize text format for vectors and labeled points

2014-06-04 Thread matei
Repository: spark Updated Branches: refs/heads/master d341b17c2 - 189df165b [SPARK-1752][MLLIB] Standardize text format for vectors and labeled points We should standardize the text format used to represent vectors and labeled points. The proposed formats are the following: 1. dense vector:

svn commit: r1600486 - in /spark: faq.md releases/_posts/2014-05-30-spark-release-1-0-0.md site/faq.html site/releases/spark-release-1-0-0.html

2014-06-04 Thread matei
Author: matei Date: Wed Jun 4 20:18:25 2014 New Revision: 1600486 URL: http://svn.apache.org/r1600486 Log: website tweaks: release note links and scaling FAQ Modified: spark/faq.md spark/releases/_posts/2014-05-30-spark-release-1-0-0.md spark/site/faq.html

git commit: SPARK-1518: FileLogger: Fix compile against Hadoop trunk

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 189df165b - 1765c8d0d SPARK-1518: FileLogger: Fix compile against Hadoop trunk In Hadoop trunk (currently Hadoop 3.0.0), the deprecated FSDataOutputStream#sync() method has been removed. Instead, we should call FSDataOutputStream#hflush,

git commit: SPARK-1518: FileLogger: Fix compile against Hadoop trunk

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 d96794132 - 3df55cb69 SPARK-1518: FileLogger: Fix compile against Hadoop trunk In Hadoop trunk (currently Hadoop 3.0.0), the deprecated FSDataOutputStream#sync() method has been removed. Instead, we should call

git commit: SPARK-1790: Update EC2 scripts to support r3 instance types

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 1765c8d0d - 11ded3f66 SPARK-1790: Update EC2 scripts to support r3 instance types Author: Varakhedi Sujeet svarakh...@gopivotal.com Closes #960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet]

git commit: SPARK-1790: Update EC2 scripts to support r3 instance types

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 3df55cb69 - 914d98ecd SPARK-1790: Update EC2 scripts to support r3 instance types Author: Varakhedi Sujeet svarakh...@gopivotal.com Closes #960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet]

git commit: SPARK-1790: Update EC2 scripts to support r3 instance types

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-0.9 41e7853fc - 6634a348a SPARK-1790: Update EC2 scripts to support r3 instance types Author: Varakhedi Sujeet svarakh...@gopivotal.com Closes #960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet]

git commit: Minor: Fix documentation error from apache/spark#946

2014-06-04 Thread ankurdave
Repository: spark Updated Branches: refs/heads/master 11ded3f66 - abea2d4ff Minor: Fix documentation error from apache/spark#946 Author: Ankur Dave ankurd...@gmail.com Closes #970 from ankurdave/SPARK-1991_docfix and squashes the following commits: 6d07343 [Ankur Dave] Minor: Fix

git commit: Fix issue in ReplSuite with hadoop-provided profile.

2014-06-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master abea2d4ff - b77c19be0 Fix issue in ReplSuite with hadoop-provided profile. When building the assembly with the maven hadoop-provided profile, the executors were failing to come up because Hadoop classes were not found in the classpath