Repository: ambari Updated Branches: refs/heads/branch-2.5 bb9200430 -> 78ffc3f74
AMBARI-19191. Metrics Collector Move Wizard should no longer Restart All Services(akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/78ffc3f7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/78ffc3f7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/78ffc3f7 Branch: refs/heads/branch-2.5 Commit: 78ffc3f7486f7d510d6cf101abb09eed2cd21889 Parents: bb92004 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Dec 13 18:01:39 2016 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Tue Dec 13 19:18:56 2016 +0200 ---------------------------------------------------------------------- .../app/controllers/main/service/reassign/step4_controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/78ffc3f7/ambari-web/app/controllers/main/service/reassign/step4_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/service/reassign/step4_controller.js b/ambari-web/app/controllers/main/service/reassign/step4_controller.js index da7d2d9..c9cc28f 100644 --- a/ambari-web/app/controllers/main/service/reassign/step4_controller.js +++ b/ambari-web/app/controllers/main/service/reassign/step4_controller.js @@ -88,7 +88,8 @@ App.ReassignMasterWizardStep4Controller = App.HighAvailabilityProgressPageContro 'HIVE_METASTORE': ['HIVE', 'PIG', 'FALCON', 'ATLAS', 'OOZIE'], 'WEBHCAT_SERVER': ['HIVE'], 'OOZIE_SERVER': ['OOZIE', 'FALCON', 'KNOX'], - 'MYSQL_SERVER': ['HIVE', 'OOZIE', 'RANGER', 'RANGER_KMS'] + 'MYSQL_SERVER': ['HIVE', 'OOZIE', 'RANGER', 'RANGER_KMS'], + 'METRICS_COLLECTOR': ['AMBARI_METRICS'] }, dbPropertyMap: {
