You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/05/03 00:18:18 UTC

git commit: AMBARI-5661. YARN and MR2 failed to start after upgrade. Log message fix. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/trunk 23d222aeb -> e9d88ebd5


AMBARI-5661. YARN and MR2 failed to start after upgrade. Log message fix. (swagle)


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

Branch: refs/heads/trunk
Commit: e9d88ebd5029e39c398be6d53caec0254f739bbd
Parents: 23d222a
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri May 2 15:17:42 2014 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri May 2 15:17:42 2014 -0700

----------------------------------------------------------------------
 .../org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e9d88ebd/ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java b/ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
index 393eca5..6a689d6 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java
@@ -200,8 +200,8 @@ public abstract class AbstractUpgradeCatalog implements UpgradeCatalog {
             Map<String, String> mergedProperties =
               mergeProperties(oldConfig.getProperties(), properties, updateIfExists);
 
-            LOG.info("Applying configuration with tag ''{0}'' to " +
-              "cluster ''{1}''", newTag, cluster.getClusterName());
+            LOG.info("Applying configuration with tag '%s' to " +
+              "cluster '%s'", newTag, cluster.getClusterName());
 
             ConfigurationRequest cr = new ConfigurationRequest();
             cr.setClusterName(cluster.getClusterName());