فهرست منبع

YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml
(Contributed by Lori Loberg via Daniel Templeton)

Daniel Templeton 8 سال پیش
والد
کامیت
25d891a784
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

+ 5 - 5
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>