Repository: ambari Updated Branches: refs/heads/branch-2.6 4ebfc7c52 -> 50cef51c7
AMBARI-22545 - Tie MapReduce to Hive and Tez For Patch Upgrades (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/50cef51c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/50cef51c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/50cef51c Branch: refs/heads/branch-2.6 Commit: 50cef51c76f3180ff8c3a2fbcf42bac21bf416c5 Parents: 4ebfc7c Author: Jonathan Hurley <[email protected]> Authored: Wed Nov 29 09:47:46 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Wed Nov 29 09:50:13 2017 -0500 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.0.6/properties/stack_packages.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/50cef51c/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 794d2b0..1783655 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 @@ -1277,7 +1277,9 @@ } }, "upgrade-dependencies" : { - "HIVE": ["TEZ"], + "HIVE": ["TEZ", "MAPREDUCE2"], + "TEZ": ["HIVE"], + "MAPREDUCE2": ["HIVE"], "MAHOUT": ["MAPREDUCE2"], "OOZIE": ["MAPREDUCE2"] }
