feat(cli): 增加配置发布
将hadoop配置分发到各个主机上
This commit is contained in:
@@ -105,6 +105,16 @@
|
||||
<name>yarn.log-aggregation.retain-seconds</name>
|
||||
<value>172800</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>
|
||||
|
||||
Reference in New Issue
Block a user