Repository: hadoop Updated Branches: refs/heads/YARN-5734 a48d47572 -> 9aeeb554a (forced update)
YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml (Contributed by Lori Loberg via Daniel Templeton) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25d891a7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/25d891a7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/25d891a7 Branch: refs/heads/YARN-5734 Commit: 25d891a784304fcf02f57bc7984c31af45003553 Parents: f99b6d1 Author: Daniel Templeton <templ...@apache.org> Authored: Wed Jun 28 13:17:58 2017 -0700 Committer: Daniel Templeton <templ...@apache.org> Committed: Wed Jun 28 13:17:58 2017 -0700 ---------------------------------------------------------------------- .../src/main/resources/yarn-default.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/25d891a7/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index d4b7bde..cbd5345 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -629,11 +629,11 @@ </property> <property> - <description>Specifies the maximum size of the data that can be stored - in a znode.Value should be same or less than jute.maxbuffer configured - in zookeeper.Default value configured is 1MB.</description> - <name>yarn.resourcemanager.zk-max-znode-size.bytes</name> - <value>1048576</value> + <description>Specifies the maximum size of the data that can be stored + in a znode. Value should be same or less than jute.maxbuffer configured + in zookeeper. Default value configured is 1MB.</description> + <name>yarn.resourcemanager.zk-max-znode-size.bytes</name> + <value>1048576</value> </property> <property> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org