Repository: mahout Updated Branches: refs/heads/master b988c493b -> 34800682e
MAHOUT-1589: Deprecate mahout.cmd due to lack of support, for now this means a notice is printed when it is run. Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/34800682 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/34800682 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/34800682 Branch: refs/heads/master Commit: 34800682e119975183b3f24c20366acf692d128d Parents: b988c49 Author: pferrel <[email protected]> Authored: Wed Apr 1 11:24:44 2015 -0700 Committer: pferrel <[email protected]> Committed: Wed Apr 1 11:24:44 2015 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 ++ bin/mahout.cmd | 6 ++++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/34800682/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 054e96b..3c29278 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Mahout Change Log Release 0.10.0 - unreleased + MAHOUT-1589: Deprecate mahout.cmd due to lack of support + MAHOUT-1655: Refactors mr-legacy into mahout-hdfs and mahout-mr, Spark now depends on much reduced mahout-hdfs MAHOUT-1522: Handle logging levels via log4j.xml (akm) http://git-wip-us.apache.org/repos/asf/mahout/blob/34800682/bin/mahout.cmd ---------------------------------------------------------------------- diff --git a/bin/mahout.cmd b/bin/mahout.cmd index f9328af..86bae79 100644 --- a/bin/mahout.cmd +++ b/bin/mahout.cmd @@ -1,5 +1,11 @@ @echo off +echo "===============DEPRECATION WARNING===============" +echo "This script is no longer supported for new drivers as of Mahout 0.10.0" +echo "Mahout's bash script is supported and if someone wants to contribute a fix for this" +echo "it would be appreciated." + + @rem @rem The Mahout command script @rem
