Browse Source

AMBARI-3321. Ambari - HA HDFS start failed - secure mode. (swagle)

Siddharth Wagle 11 năm trước cách đây
mục cha
commit
df408fbff8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      ambari-common/src/main/resources/role_command_order.json

+ 2 - 1
ambari-common/src/main/resources/role_command_order.json

@@ -93,7 +93,8 @@
   "optional_ha": {
     "NAMENODE-START": ["JOURNALNODE-START", "ZOOKEEPER_SERVER-START"],
     "ZKFC-START": ["NAMENODE-START"],
-    "NAGIOS_SERVER-START": ["ZKFC-START", "JOURNALNODE-START"]
+    "NAGIOS_SERVER-START": ["ZKFC-START", "JOURNALNODE-START"],
+    "HDFS_SERVICE_CHECK-EXECUTE": ["ZKFC-START"]
   }
 }