Repository: ambari Updated Branches: refs/heads/branch-2.5 d7b068a17 -> 1b6d1937a
AMBARI-20030 - Zeppelin and Atlas Service Checks Are Missing During Express Upgrades (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1b6d1937 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1b6d1937 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1b6d1937 Branch: refs/heads/branch-2.5 Commit: 1b6d1937a0c45bbad8c999ea016c463b2b1b9005 Parents: d7b068a Author: Jonathan Hurley <[email protected]> Authored: Wed Feb 15 14:01:18 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Wed Feb 15 23:48:32 2017 -0500 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml | 2 ++ .../resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml | 2 ++ .../resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml | 2 ++ 3 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1b6d1937/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml index a1c9a16..84af62e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml @@ -620,6 +620,8 @@ <service>HIVE</service> <service>SPARK</service> <service>SLIDER</service> + <service>ATLAS</service> + <service>ZEPPELIN</service> <service>OOZIE</service> </priority> </group> http://git-wip-us.apache.org/repos/asf/ambari/blob/1b6d1937/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml index 24db720..2cc9bb0 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml @@ -806,6 +806,8 @@ <service>HIVE</service> <service>SPARK</service> <service>SLIDER</service> + <service>ATLAS</service> + <service>ZEPPELIN</service> <service>OOZIE</service> </priority> </group> http://git-wip-us.apache.org/repos/asf/ambari/blob/1b6d1937/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml index 5786695..5347f01 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml @@ -593,6 +593,8 @@ <service>HIVE</service> <service>SPARK</service> <service>SLIDER</service> + <service>ATLAS</service> + <service>ZEPPELIN</service> <service>OOZIE</service> </priority> </group>
