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

@@ -105,7 +105,17 @@
<name>yarn.log-aggregation.retain-seconds</name>
<value>2592000</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://b1m4.hdp.dc:19888/jobhistory/logs</value>