Browse Source

AMBARI-4632. Error in test-site.xml, forgotten </description>.(vbrodetskyi)

Vitaly Brodetskyi 11 years ago
parent
commit
06763f827f

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.1.1/services/TEZ/configuration/tez-site.xml

@@ -191,7 +191,7 @@
     <name>tez.runtime.intermediate-input.compress.codec</name>
     <value>org.apache.hadoop.io.compress.SnappyCodec</value>
     <description>The coded to be used when reading intermediate compressed input.
-    Only applicable if tez.runtime.intermediate-input.is-compressed is enabled.
+    Only applicable if tez.runtime.intermediate-input.is-compressed is enabled.</description>
   </property>
 
 </configuration>