mirror of
https://github.com/apache/impala.git
synced 2026-01-06 15:01:43 -05:00
IMPALA-4074: Configuration items duplicate in template of YARN
Remove duplicate configuration items "yarn.nodemanager.local-dirs" and "yarn.nodemanager.log-dirs" from template configuration of YARN. Change-Id: I81d6d019d4982cb35932b1d45c376b215ec5bcc6 Reviewed-on: http://gerrit.cloudera.org:8080/4311 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Internal Jenkins
This commit is contained in:
committed by
Internal Jenkins
parent
32199105f7
commit
6e4064d942
@@ -33,16 +33,6 @@
|
||||
<value>127.0.0.1:0</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>yarn.nodemanager.local-dirs</name>
|
||||
<value>${NODE_DIR}/data/yarn/local</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>yarn.nodemanager.log-dirs</name>
|
||||
<value>${NODE_DIR}/data/yarn/logs</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>yarn.nodemanager.aux-services</name>
|
||||
<value>mapreduce_shuffle</value>
|
||||
|
||||
Reference in New Issue
Block a user