Repository: ambari Updated Branches: refs/heads/branch-2.6 3e8552e0f -> dc969b4f7
AMBARI-22587. Storm service check failed during PU due to CNF StormAtlasHook (ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dc969b4f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dc969b4f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dc969b4f Branch: refs/heads/branch-2.6 Commit: dc969b4f7b6d21b2666810a1d5ec4ba3ff43b655 Parents: 3e8552e Author: Nate Cole <[email protected]> Authored: Mon Dec 4 14:11:47 2017 -0500 Committer: Nate Cole <[email protected]> Committed: Mon Dec 4 14:56:23 2017 -0500 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.0.6/properties/stack_packages.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dc969b4f/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 946686a..62a46b9 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 @@ -1268,6 +1268,7 @@ } }, "upgrade-dependencies" : { + "ATLAS": ["STORM"], "HIVE": ["TEZ", "MAPREDUCE2"], "TEZ": ["HIVE"], "MAPREDUCE2": ["HIVE"],
