Updated Branches:
  refs/heads/trunk 86e28b07e -> cf593abc2

AMBARI-2935. HA wizard: Step 6 “Initialize JournalNodes” is returning error 
due to incorrect Re-configured hdfs. (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/cf593abc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/cf593abc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/cf593abc

Branch: refs/heads/trunk
Commit: cf593abc2e94153f4b3be7613f6e486b3ae6db37
Parents: 86e28b0
Author: Yusaku Sako <[email protected]>
Authored: Fri Aug 16 10:52:54 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Fri Aug 16 10:52:54 2013 -0700

----------------------------------------------------------------------
 .../controllers/main/admin/highAvailability/step5_controller.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/cf593abc/ambari-web/app/controllers/main/admin/highAvailability/step5_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/main/admin/highAvailability/step5_controller.js 
b/ambari-web/app/controllers/main/admin/highAvailability/step5_controller.js
index 1e3c212..255b460 100644
--- a/ambari-web/app/controllers/main/admin/highAvailability/step5_controller.js
+++ b/ambari-web/app/controllers/main/admin/highAvailability/step5_controller.js
@@ -113,7 +113,7 @@ App.HighAvailabilityWizardStep5Controller = 
App.HighAvailabilityProgressPageCont
     hdfsSiteProperties['dfs.namenode.rpc-address.mycluster.nn2'] = 
newNameNodeHost + ':8020';
     hdfsSiteProperties['dfs.namenode.http-address.mycluster.nn1'] = 
currentNameNodeHost + ':50070';
     hdfsSiteProperties['dfs.namenode.http-address.mycluster.nn2'] = 
newNameNodeHost + ':50070';
-    hdfsSiteProperties['dfs.namenode.shared.edits.dir'] = 'qjournal://' + 
journalNodeHosts[0] + ':8485:' + journalNodeHosts[1] + ':8485:' + 
journalNodeHosts[2] + ':8485:/mycluster';
+    hdfsSiteProperties['dfs.namenode.shared.edits.dir'] = 'qjournal://' + 
journalNodeHosts[0] + ':8485;' + journalNodeHosts[1] + ':8485;' + 
journalNodeHosts[2] + ':8485/mycluster';
     hdfsSiteProperties['dfs.client.failover.proxy.provider.mycluster'] = 
'org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider';
     hdfsSiteProperties['dfs.ha.fencing.methods'] = 'shell(/bin/true)';
     hdfsSiteProperties['dfs.journalnode.edits.dir'] = '/grid/0/hdfs/journal';

Reply via email to