Browse Source

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 11 years ago
parent
commit
211ad20175
1 changed files with 1 additions and 1 deletions
  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) {