Updated Branches:
  refs/heads/trunk 0c2fa10f8 -> 211ad2017

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/211ad201
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/211ad201
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/211ad201

Branch: refs/heads/trunk
Commit: 211ad201758b59b2f5bb06a5da640bdede1e4aad
Parents: 0c2fa10
Author: Yusaku Sako <[email protected]>
Authored: Tue Aug 20 13:15:30 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Tue Aug 20 13:15:30 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/211ad201/ambari-web/app/utils/ajax.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/ajax.js b/ambari-web/app/utils/ajax.js
index 2cf9cf5..48d7e47 100644
--- a/ambari-web/app/utils/ajax.js
+++ b/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) {

Reply via email to