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

(cherry picked from commit 847a3c6c2638c2639385ccb7689b6b753b8d8a73)

Change-Id: I7250813ec06413f8e7886f68cbbd02bc503fb872


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

Branch: refs/heads/AMBARI-2.6.0.0
Commit: 1ba7a542a3917e96fbd8656c1d195632f968d968
Parents: e6c6023
Author: Nate Cole <nc...@hortonworks.com>
Authored: Wed Oct 18 11:39:19 2017 -0400
Committer: Jenkins <jenk...@hortonworks.com>
Committed: Sat Oct 21 03:46:03 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/1ba7a542/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 69f50fb..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
@@ -1174,6 +1174,11 @@
           "current_dir": "{0}/current/zookeeper-client/conf"
         }
       ]
-    }
+    },
+    "upgrade-dependencies" : {
+      "YARN": ["TEZ"],
+      "TEZ": ["YARN"],
+      "MAHOUT": ["MAPREDUCE2"]
+    }    
   }
 }

Reply via email to