Repository: mahout Updated Branches: refs/heads/master 9810ba314 -> 34ecba4c1
Updated the shell version to 0.12.2 for the planned 0.12.2 release Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/34ecba4c Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/34ecba4c Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/34ecba4c Branch: refs/heads/master Commit: 34ecba4c109b9590eea048eca09c790d298f30ce Parents: 9810ba3 Author: smarthi <[email protected]> Authored: Fri Jun 10 19:26:55 2016 -0400 Committer: smarthi <[email protected]> Committed: Fri Jun 10 19:26:55 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/34ecba4c/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 7a8f60e..0c9163a 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 @@ -162,7 +162,7 @@ class MahoutSparkILoop extends SparkILoop { _ __ ___ __ _| |__ ___ _ _| |_ | '_ ` _ \ / _` | '_ \ / _ \| | | | __| | | | | | | (_| | | | | (_) | |_| | |_ - |_| |_| |_|\__,_|_| |_|\___/ \__,_|\__| version 0.12.1 + |_| |_| |_|\__,_|_| |_|\___/ \__,_|\__| version 0.12.2 """) import Properties._
