You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2016/12/13 17:18:41 UTC

ambari git commit: AMBARI-19191. Metrics Collector Move Wizard should no longer Restart All Services(akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 70303d0c6 -> e70985490


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/e7098549
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e7098549
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e7098549

Branch: refs/heads/trunk
Commit: e70985490ce387fdaea18f80cabead47d34a5e8c
Parents: 70303d0
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Dec 13 18:01:39 2016 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Dec 13 19:18:33 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/e7098549/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: {