Repository: mahout Updated Branches: refs/heads/master 9fcebb0ef -> 48f05d6c0
(Nojira) minor fix to readme to trigger travis build. Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/3fe00616 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/3fe00616 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/3fe00616 Branch: refs/heads/master Commit: 3fe00616bf3c41befbd3dd70427451891bac742b Parents: 9fcebb0 Author: Andrew Palumbo <[email protected]> Authored: Tue Apr 19 19:17:21 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Tue Apr 19 19:17:21 2016 -0400 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/3fe00616/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8ef6eec..771b248 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You will need a `$JAVA_HOME`, and if you are running on Spark, you will also nee Note when running the spark-shell job it can help to set some JVM options so you don't run out of memory: ``` -$MAHOUT_OPTS="-Xmx6g -XX:MaxPermSize=512m" mahout spark-shell +$ MAHOUT_OPTS="-Xmx6g -XX:MaxPermSize=512m" mahout spark-shell ``` ####Using Mahout as a Library
