You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by pa...@apache.org on 2015/04/01 20:25:02 UTC

mahout git commit: MAHOUT-1589: Deprecate mahout.cmd due to lack of support, for now this means a notice is printed when it is run.

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 <pa...@occamsmachete.com>
Authored: Wed Apr 1 11:24:44 2015 -0700
Committer: pferrel <pa...@occamsmachete.com>
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