feat(cli): 增加配置发布
将hadoop配置分发到各个主机上
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user