Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
211ad20175
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {