You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/08 15:28:21 UTC

mahout git commit: (NOJIRA) Add heap space warning to classify-wikipedia.sh example (1)

Repository: mahout
Updated Branches:
  refs/heads/master 628b1302f -> c58d65d78


(NOJIRA) Add heap space warning to classify-wikipedia.sh example (1)


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/c58d65d7
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/c58d65d7
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/c58d65d7

Branch: refs/heads/master
Commit: c58d65d78ff349968fe9b8d8e758659fcfc001c5
Parents: 628b130
Author: Andrew Palumbo <ap...@apache.org>
Authored: Wed Apr 8 09:25:29 2015 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Wed Apr 8 09:25:29 2015 -0400

----------------------------------------------------------------------
 examples/bin/classify-wikipedia.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/c58d65d7/examples/bin/classify-wikipedia.sh
----------------------------------------------------------------------
diff --git a/examples/bin/classify-wikipedia.sh b/examples/bin/classify-wikipedia.sh
index 3ff0e25..1b342ea 100755
--- a/examples/bin/classify-wikipedia.sh
+++ b/examples/bin/classify-wikipedia.sh
@@ -48,7 +48,7 @@ if [ -n "$1" ]; then
   choice=$1
 else
   echo "Please select a number to choose the corresponding task to run"
-  echo "1. ${algorithm[0]}"
+  echo "1. ${algorithm[0]} (may require increased heap space on yarn)"
   echo "2. ${algorithm[1]}"
   echo "3. ${algorithm[2]} -- cleans up the work area in $WORK_DIR"
   read -p "Enter your choice : " choice