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/11/15 17:49:19 UTC

ambari git commit: AMBARI-22448. Oozie Jobs on Hive Fail With Missing Tarball (ncole)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 e91bee14d -> 56079f297


AMBARI-22448. Oozie Jobs on Hive Fail With Missing Tarball (ncole)


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

Branch: refs/heads/branch-2.6
Commit: 56079f2979bc4e9794ea1f52cbfa50faf11c0510
Parents: e91bee1
Author: Nate Cole <nc...@hortonworks.com>
Authored: Tue Nov 14 20:18:09 2017 -0500
Committer: Nate Cole <nc...@hortonworks.com>
Committed: Wed Nov 15 12:49:12 2017 -0500

----------------------------------------------------------------------
 .../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/56079f29/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 68e6bf8..245449c 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
@@ -1278,7 +1278,8 @@
     },
     "upgrade-dependencies" : {
       "HIVE": ["TEZ"],
-      "MAHOUT": ["MAPREDUCE2"]
+      "MAHOUT": ["MAPREDUCE2"],
+      "OOZIE": ["MAPREDUCE2"]
     }    
   }
 }