You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/08/31 17:27:05 UTC

ambari git commit: AMBARI-12942. Ambari did disable the node labels while doing the upgrade HDP 2.2 -> HDP 2.3.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/trunk 74a29e47c -> c42aad3d3


AMBARI-12942. Ambari did disable the node labels while doing the upgrade HDP 2.2 -> HDP 2.3.(vbrodetskyi)


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

Branch: refs/heads/trunk
Commit: c42aad3d309faed920ab03e403f82ff02c025de0
Parents: 74a29e4
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Mon Aug 31 18:27:05 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Mon Aug 31 18:27:05 2015 +0300

----------------------------------------------------------------------
 .../resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c42aad3d/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
index d99232f..06fea36 100644
--- a/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
+++ b/ambari-server/src/main/resources/upgrade/catalog/UpgradeCatalog_2.2_to_2.3.json
@@ -428,7 +428,10 @@
           }
         },
         "yarn-site": {
-          "yarn.node-labels.enabled": false,
+          "yarn.node-labels.enabled": {
+            "value": "false",
+            "override": "no"
+          },
           "yarn.timeline-service.recovery.enabled": "true",
           "yarn.timeline-service.state-store-class": "org.apache.hadoop.yarn.server.timeline.recovery.LeveldbTimelineStateStore",
           "yarn.timeline-service.leveldb-state-store.path": "/var/log/hadoop-yarn/timeline"