You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/19 22:00:49 UTC

git commit: Updating CHANGES.txt

Updated Branches:
  refs/heads/branch-0.9 303b33f89 -> 130b54357


Updating CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/130b5435
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/130b5435
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/130b5435

Branch: refs/heads/branch-0.9
Commit: 130b543573e480e625f975ba0192ae78de69e963
Parents: 303b33f
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sun Jan 19 13:00:44 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Jan 19 13:00:44 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/130b5435/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index e6baf7b..2f234d2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,14 @@ Spark Change Log
 
 Release 0.9.0-incubating
 
+  94ae25d Sun Jan 19 11:33:51 2014 -0800
+  Merge pull request #470 from tgravescs/fix_spark_examples_yarn
+  [Only log error on missing jar to allow spark examples to jar.]
+
+  0f077b5 Sun Jan 19 10:30:29 2014 -0800
+  Merge pull request #458 from tdas/docs-update
+  [Updated java API docs for streaming, along with very minor changes in the code examples.]
+
   03019d1 Sat Jan 18 16:29:43 2014 -0800
   Merge pull request #459 from srowen/UpdaterL2Regularization
   [Correct L2 regularized weight update with canonical form]