Quellcode durchsuchen

AMBARI-2962. NameNode HA Wizard on Step 9 makes incorrect API call to install ZKFCs on the two NAMENODE hosts. (Antonenko Alexander via yusaku)

Yusaku Sako vor 11 Jahren
Ursprung
Commit
211ad20175
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ambari-web/app/utils/ajax.js

+ 1 - 1
ambari-web/app/utils/ajax.js

@@ -643,7 +643,7 @@ var urls = {
     }
   },
   'admin.high_availability.create_zkfc': {
-    'real': '/clusters/{clusterName}/services?ServiceInfo/service_name=ZOOKEEPER',
+    'real': '/clusters/{clusterName}/services?ServiceInfo/service_name=HDFS',
     'mock': '',
     'type': 'POST',
     'format': function (data) {