Repository: mahout Updated Branches: refs/heads/master eccbc4e1e -> f115633fd
MAHOUT-1794 Closing PR closes apache/mahout#178 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/d1d6fc0a Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/d1d6fc0a Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/d1d6fc0a Branch: refs/heads/master Commit: d1d6fc0a4bcab5fe51aa1775074571174b671b3a Parents: c00b96e Author: Andrew Musselman <[email protected]> Authored: Sat Mar 19 20:14:51 2016 -0700 Committer: Andrew Musselman <[email protected]> Committed: Sat Mar 19 20:14:51 2016 -0700 ---------------------------------------------------------------------- examples/bin/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/d1d6fc0a/examples/bin/README.txt ---------------------------------------------------------------------- diff --git a/examples/bin/README.txt b/examples/bin/README.txt index a30c35b..e61ec8d 100644 --- a/examples/bin/README.txt +++ b/examples/bin/README.txt @@ -2,7 +2,7 @@ This directory contains helpful shell scripts for working with some of Mahout's To set a non-default temporary work directory: `export MAHOUT_WORK_DIR=/path/in/hdfs/to/temp/dir` Note that this requires the same path to be writable both on the local file system as well as on HDFS. - + Here's a description of what each does: classify-20newsgroups.sh -- Run SGD and Bayes classifiers over the classic 20 News Groups. Downloads the data set automatically.
