Browse Source

AMBARI-3344. Entering safemode enables next in HA wizard w/o checkpoint. (yusaku)

Yusaku Sako 11 years ago
parent
commit
a8864ba536
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ambari-web/app/messages.js

+ 2 - 1
ambari-web/app/messages.js

@@ -761,7 +761,8 @@ Em.I18n.translations = {
     '<div class="code-snippet">sudo su -l {0} -c \'hdfs dfsadmin -safemode enter\'</div></li>' +
     '<div class="code-snippet">sudo su -l {0} -c \'hdfs dfsadmin -safemode enter\'</div></li>' +
     '<li>Once in Safe Mode, create a checkpoint:' +
     '<li>Once in Safe Mode, create a checkpoint:' +
     '<div class="code-snippet">sudo su -l {0} -c \'hdfs dfsadmin -saveNamespace\'</div></li>' +
     '<div class="code-snippet">sudo su -l {0} -c \'hdfs dfsadmin -saveNamespace\'</div></li>' +
-    '<li>You will be able to proceed once Ambari detects that the NameNode is in Safe Mode and the checkpoint has been created successfully.</li>' +
+    '<li>You will be able to proceed once Ambari detects that the NameNode is in Safe Mode and the checkpoint has been created successfully.<br>'+
+    'If the Next button is enabled before you run the command to create a checkpoint, it means that there is a recent checkpoint already and you may proceed without running the checkpoint command.</li>' +
     '</ol>',
     '</ol>',
   'admin.highAvailability.wizard.step3.body':'Confirm your host selections.',
   'admin.highAvailability.wizard.step3.body':'Confirm your host selections.',
   'admin.highAvailability.wizard.step2.body':'Select a host that will be running the additional NameNode.<br/> In addition,' +
   'admin.highAvailability.wizard.step2.body':'Select a host that will be running the additional NameNode.<br/> In addition,' +