You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/11/18 18:57:28 UTC

git commit: AMBARI-3786. The instructions to move directories for NameNode should be changed - has some issues. (Denys Buzhor via yusaku)

Updated Branches:
  refs/heads/trunk d44b3124f -> 762360198


AMBARI-3786. The instructions to move directories for NameNode should be changed - has some issues. (Denys Buzhor 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/76236019
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/76236019
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/76236019

Branch: refs/heads/trunk
Commit: 76236019879f6fba9115fcaf741de4d2dbdeb3f5
Parents: d44b312
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Nov 18 09:56:07 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Nov 18 09:57:42 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/messages.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/76236019/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index bf79b56..ea921f6 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1167,7 +1167,7 @@ Em.I18n.translations = {
   'services.reassign.step5.body.namenode':
       '<div class="alert alert-info">' +
       '<ol>' +
-      '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
+      '<li>Copy the contents of <b>{0}</b> on the source host <b>{1}</b> to <b>{0}</b> on the target host <b>{2}</b>.</li>' +
       '<li>Login to the target host <b>{2}</b> and change permissions for the NameNode dirs by running:' +
       '<div class="code-snippet">chown -R {3}:{5} /hadoop/hdfs/namenode/</div></li>' +
       '<li>Create marker directory by running:' +
@@ -1194,7 +1194,7 @@ Em.I18n.translations = {
   'services.reassign.step5.body.secondary_namenode':
       '<div class="alert alert-info">' +
       '<ol>' +
-      '<li>Copy contents of <b>{0}</b> from source host <b>{1}</b> to the target host <b>{2}</b> same locations</li>' +
+      '<li>Copy the contents of <b>{0}</b> on the source host <b>{1}</b> to <b>{0}</b> on the target host <b>{2}</b>.</li>' +
       '<li>Login to the target host <b>{2}</b> and change permissions for the SNameNode dirs by running:' +
       '<div class="code-snippet">chown -R {3}:{5} /hadoop/hdfs/namesecondary/</div></li>' +
       '</ol>' +