You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 05:24:33 UTC

svn commit: r1347352 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/html/topnav.htmli hmc/php/conf/MessageResources-en.inc

Author: vikram
Date: Thu Jun  7 03:24:32 2012
New Revision: 1347352

URL: http://svn.apache.org/viewvc?rev=1347352&view=rev
Log:
AMBARI-505. Messaging Update (Contributed by Yusaku)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/html/topnav.htmli
    incubator/ambari/branches/ambari-186/hmc/php/conf/MessageResources-en.inc

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347352&r1=1347351&r2=1347352&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 03:24:32 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-505. Messaging Update (Yusaku via Vikram)
+
   AMBARI-503. Make sure epel rep is installed when installing the agent. (Mahadev via Vikram)
 
   AMBARI-527. Increase number of puppet retries to recover from intermittent network issues. (Jitendra via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/html/topnav.htmli
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/html/topnav.htmli?rev=1347352&r1=1347351&r2=1347352&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/html/topnav.htmli (original)
+++ incubator/ambari/branches/ambari-186/hmc/html/topnav.htmli Thu Jun  7 03:24:32 2012
@@ -13,7 +13,7 @@
 					</li>
 					<li><a href="/hdp/dashboard/ui/home.html">Monitoring</a></li>
 				<?php } ?>
-          <li class="right"><a class="help" href="#" target="_blank">Help</a></li>
+          <li class="right"><a class="help" href="<?php echo $RES['topnav.help.link'] ?>" target="_blank">Help</a></li>
 				</ul>         
 			</div>
 		</div>

Modified: incubator/ambari/branches/ambari-186/hmc/php/conf/MessageResources-en.inc
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/php/conf/MessageResources-en.inc?rev=1347352&r1=1347351&r2=1347352&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/php/conf/MessageResources-en.inc (original)
+++ incubator/ambari/branches/ambari-186/hmc/php/conf/MessageResources-en.inc Thu Jun  7 03:24:32 2012
@@ -2,6 +2,7 @@
 $RES['app.name']="Hortonworks Management Center";
 $RES['page.title']="Hortonworks Management Center";
 $RES['page.footer.body']="Hortonworks &copy; 2012";
+$RES['topnav.help.link']="http://docs.hortonworks.com/CURRENT/index.htm#Troubleshooting_HDP_Deployment/Troubleshooting_HDP_Deployment.htm";
 $RES['welcome.header']="Welcome to Hortonworks Management Center!";
 $RES['welcome.body']="<p>Hortonworks Management Center makes it easy for you to install, configure, and manage your Hadoop cluster.</p><p>First, we will walk you through setting up your cluster with a step-by-step wizard.</p>";
 $RES['welcome.note']="Before you proceed, make sure you have performed all the pre-installation steps.";
@@ -13,9 +14,9 @@ $RES['reinstall.header']="You have not s
 $RES['reinstall.body']="We'll walk you through setting up your cluster with a 7-step wizard.";
 $RES['reinstall.submit.label']="Let's get started!";
 $RES['uninstallFailed.header']="Cluster uninstallation failed";
-$RES['uninstallFailed.body']="Failed to uninstall the cluster.  (REFERENCE MATERIAL FOR MANUAL UNINSTALL PROCEDURE HERE)";
+$RES['uninstallFailed.body']="Failed to uninstall the cluster.  <a href='http://docs.hortonworks.com/CURRENT/index.htm#Troubleshooting_HDP_Deployment/Troubleshooting_HDP_Deployment.htm' target='_blank'>View the troubleshooting guide.</a>";
 $RES['common.sshUsername.label']="SSH Username";
-$RES['common.sshPrivateKeyFile.label']="SSH Private Key File";
+$RES['common.sshPrivateKeyFile.label']="SSH Private Key File for <i>root</i>";
 $RES['common.hostsFile.label']="Hosts File (newline-delimited list of hostnames)";
 $RES['initWizard.createCluster.pageSummary.header']="Name your Hadoop cluster";
 $RES['initWizard.createCluster.pageSummary.body']="";