feat(cli): 增加配置发布

将hadoop配置分发到各个主机上
This commit is contained in:
2024-02-27 15:18:30 +08:00
parent 73f0c4c82c
commit 871b01522a
32 changed files with 380 additions and 8143 deletions

View File

@@ -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>

View File

@@ -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>