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 16:11:47 UTC

mahout git commit: added warning to cluster-reuters.sh (1)- kmeans: runs in cluster mode only

Repository: mahout
Updated Branches:
  refs/heads/master c58d65d78 -> 77ed7bb54


added warning to cluster-reuters.sh (1)- kmeans: runs in cluster mode only


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

Branch: refs/heads/master
Commit: 77ed7bb54982d2a81e085c0689a95d4902b03960
Parents: c58d65d
Author: Andrew Palumbo <ap...@apache.org>
Authored: Wed Apr 8 10:11:06 2015 -0400
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Wed Apr 8 10:11:06 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/mahout/blob/77ed7bb5/examples/bin/cluster-reuters.sh
----------------------------------------------------------------------
diff --git a/examples/bin/cluster-reuters.sh b/examples/bin/cluster-reuters.sh
index c32d38f..1c1a17d 100755
--- a/examples/bin/cluster-reuters.sh
+++ b/examples/bin/cluster-reuters.sh
@@ -48,7 +48,7 @@ if [ -n "$1" ]; then
   choice=$1
 else
   echo "Please select a number to choose the corresponding clustering algorithm"
-  echo "1. ${algorithm[0]} clustering"
+  echo "1. ${algorithm[0]} clustering (runs from this example script in cluster mode only)" 
   echo "2. ${algorithm[1]} clustering (may require increased heap space on yarn)"
   echo "3. ${algorithm[2]} clustering"
   echo "4. ${algorithm[3]} clustering"