You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/10/18 17:27:34 UTC

ambari git commit: AMBARI-22265. Mahout service check failure after patch upgrade (ncole)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 c929db794 -> 847a3c6c2


AMBARI-22265. Mahout service check failure after patch upgrade (ncole)


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

Branch: refs/heads/branch-2.6
Commit: 847a3c6c2638c2639385ccb7689b6b753b8d8a73
Parents: c929db7
Author: Nate Cole <nc...@hortonworks.com>
Authored: Wed Oct 18 11:39:19 2017 -0400
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Oct 18 11:40:47 2017 -0400

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/properties/stack_packages.json     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/847a3c6c/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
index b8655d7..20b12a9 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
@@ -1177,7 +1177,8 @@
     },
     "upgrade-dependencies" : {
       "YARN": ["TEZ"],
-      "TEZ": ["YARN"]
+      "TEZ": ["YARN"],
+      "MAHOUT": ["MAPREDUCE2"]
     }    
   }
 }