Преглед на файлове

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>