YARN-7381. Enable the configuration: yarn.nodemanager.log-container-debug-info.enabled by default in yarn-default.xml. (Xuan Gong via wangda)

Change-Id: I1ed58dafad5cc276eea5c0b0813cf04f57d73a87
This commit is contained in:
Wangda Tan 2017-12-05 13:09:49 -08:00
parent 6555af81a2
commit 0311cf0535
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ public class YarnConfiguration extends Configuration {
public static final String NM_LOG_CONTAINER_DEBUG_INFO =
YarnConfiguration.NM_PREFIX + "log-container-debug-info.enabled";
public static final boolean DEFAULT_NM_LOG_CONTAINER_DEBUG_INFO = false;
public static final boolean DEFAULT_NM_LOG_CONTAINER_DEBUG_INFO = true;
////////////////////////////////
// IPC Configs

View File

@ -1282,7 +1282,7 @@
slowness in launching containers.
</description>
<name>yarn.nodemanager.log-container-debug-info.enabled</name>
<value>false</value>
<value>true</value>
</property>
<property>