feat(cli): 增加配置发布
将hadoop配置分发到各个主机上
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<configuration xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<xi:include href="/usr/lib/edp/hadoop-3.2.2/etc/hadoop/viewfs-mount-table.xml"/>
|
||||
|
||||
<property>
|
||||
<name>fs.azure.user.agent.prefix</name>
|
||||
|
||||
@@ -105,7 +105,17 @@
|
||||
<name>yarn.log-aggregation.retain-seconds</name>
|
||||
<value>604800</value>
|
||||
</property>
|
||||
|
||||
|
||||
<property>
|
||||
<name>yarn.log-aggregation.file-formats</name>
|
||||
<value>TFile</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>yarn.log-aggregation.file-controller.TFile.class</name>
|
||||
<value>org.apache.hadoop.yarn.logaggregation.filecontroller.tfile.LogAggregationTFileController</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>yarn.log.server.url</name>
|
||||
<value>http://b5m1.hdp.dc:19888/jobhistory/logs</value>
|
||||
|
||||
Reference in New Issue
Block a user