Repository: mahout Updated Branches: refs/heads/master c14a4d705 -> bedcc3fbe
Updated the logo for Mahout 0.12.1 release Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/bedcc3fb Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/bedcc3fb Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/bedcc3fb Branch: refs/heads/master Commit: bedcc3fbec6fcd3b7dcca83569040a2fb6cb851e Parents: c14a4d7 Author: smarthi <[email protected]> Authored: Wed Apr 20 19:58:12 2016 -0400 Committer: smarthi <[email protected]> Committed: Wed Apr 20 19:58:12 2016 -0400 ---------------------------------------------------------------------- .../org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/bedcc3fb/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala ---------------------------------------------------------------------- diff --git a/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala b/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala index 1ecd936..dfce339 100644 --- a/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala +++ b/spark-shell/src/main/scala/org/apache/mahout/sparkbindings/shell/MahoutSparkILoop.scala @@ -157,7 +157,7 @@ class MahoutSparkILoop extends SparkILoop { _ __ ___ __ _| |__ ___ _ _| |_ | '_ ` _ \ / _` | '_ \ / _ \| | | | __| | | | | | | (_| | | | | (_) | |_| | |_ - |_| |_| |_|\__,_|_| |_|\___/ \__,_|\__| version 0.12.0 + |_| |_| |_|\__,_|_| |_|\___/ \__,_|\__| version 0.12.1 """) import Properties._
