git commit: SPARK-1404: Always upgrade spark-env.sh vars to environment vars

2014-04-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 7f32fd42a - 01cf4c402 SPARK-1404: Always upgrade spark-env.sh vars to environment vars This was broken when spark-env.sh was made idempotent, as the idempotence check is an environment variable, but the spark-env.sh variables may not have

git commit: [SPARK-1133] Add whole text files reader in MLlib

2014-04-04 Thread matei
Repository: spark Updated Branches: refs/heads/master 01cf4c402 - f1fa61702 [SPARK-1133] Add whole text files reader in MLlib Here is a pointer to the former [PR164](https://github.com/apache/spark/pull/164). I add the pull request for the JIRA issue

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

2014-04-04 Thread matei
Author: matei Date: Fri Apr 4 19:45:42 2014 New Revision: 1584877 URL: http://svn.apache.org/r1584877 Log: Update JIRA URLs Modified: spark/community.md spark/faq.md spark/index.md spark/site/community.html spark/site/faq.html spark/site/index.html Modified:

git commit: Add test utility for generating Jar files with compiled classes.

2014-04-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 60e18ce7d - 5f3c1bb51 Add test utility for generating Jar files with compiled classes. This was requested by a few different people and may be generally useful, so I'd like to contribute this and not block on a different PR for it to get

git commit: [SPARK-1419] Bumped parent POM to apache 14

2014-04-04 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 5f3c1bb51 - 1347ebd4b [SPARK-1419] Bumped parent POM to apache 14 Keeping up-to-date with the parent, which includes some bugfixes. Author: Mark Hamstra markhams...@gmail.com Closes #328 from markhamstra/Apache14 and squashes the

git commit: small fix ( proogram - program )

2014-04-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8de038eb3 - 0acc7a02b small fix ( proogram - program ) Author: Prabeesh K prabsma...@gmail.com Closes #331 from prabeesh/patch-3 and squashes the following commits: 9399eb5 [Prabeesh K] small fix(proogram - program) Project: