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:
parent
6555af81a2
commit
0311cf0535
@ -142,7 +142,7 @@ private static void addDeprecatedKeys() {
|
||||
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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user