git commit: Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading logic.

2014-03-02 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6fc76e49c - 012bd5fbc Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading logic. This allows developers to pass options (such as -D) to sbt. I also modified the SparkBuild to ensure spark specific properties are

git commit: SPARK-1084.2 (resubmitted)

2014-03-02 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 353ac6b4f - fd31adbf2 SPARK-1084.2 (resubmitted) (Ported from https://github.com/apache/incubator-spark/pull/650 ) This adds one more change though, to fix the scala version warning introduced by json4s recently. Author: Sean Owen

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

2014-03-02 Thread matei
Author: matei Date: Sun Mar 2 23:01:12 2014 New Revision: 1573395 URL: http://svn.apache.org/r1573395 Log: Added some blog posts Modified: spark/documentation.md spark/site/documentation.html Modified: spark/documentation.md URL:

svn commit: r1573412 [2/2] - in /spark/site/docs/0.9.0: ./ api/core/org/apache/spark/ api/core/org/apache/spark/scheduler/ api/mllib/ api/mllib/index/ api/mllib/org/apache/spark/mllib/recommendation/

2014-03-02 Thread pwendell
Modified: spark/site/docs/0.9.0/api/pyspark/pyspark.mllib.regression.RidgeRegressionWithSGD-class.html URL: http://svn.apache.org/viewvc/spark/site/docs/0.9.0/api/pyspark/pyspark.mllib.regression.RidgeRegressionWithSGD-class.html?rev=1573412r1=1573411r2=1573412view=diff

svn commit: r1573418 - /spark/site/docs/0.9.0/

2014-03-02 Thread pwendell
Author: pwendell Date: Mon Mar 3 01:57:26 2014 New Revision: 1573418 URL: http://svn.apache.org/r1573418 Log: Adding google analytics to the 0.9 docs. Modified: spark/site/docs/0.9.0/README.md spark/site/docs/0.9.0/api.html spark/site/docs/0.9.0/bagel-programming-guide.html

git commit: SPARK-1173. Improve scala streaming docs.

2014-03-02 Thread rxin
Repository: spark Updated Branches: refs/heads/master 55a4f11b5 - 2b53447f3 SPARK-1173. Improve scala streaming docs. Clarify imports to add implicit conversions to DStream and fix other small typos in the streaming intro documentation. Tested by inspecting output via a local jekyll server,