You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/26 13:41:11 UTC

[incubator-linkis] branch dev-1.3.0 updated: [linkis-manager-common ] module configuration item arrangement (#3005)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new f20eedd4e [linkis-manager-common  ] module configuration item arrangement (#3005)
f20eedd4e is described below

commit f20eedd4ee64627a4489d17714dfe1fd695e777c
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Fri Aug 26 21:41:05 2022 +0800

    [linkis-manager-common  ] module configuration item arrangement (#3005)
    
    * [linkis-manager-common  ] module configuration item arrangement
---
 docs/linkis-manager-common.md | 44 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/docs/linkis-manager-common.md b/docs/linkis-manager-common.md
new file mode 100644
index 000000000..776521ea9
--- /dev/null
+++ b/docs/linkis-manager-common.md
@@ -0,0 +1,44 @@
+## linkis-manager-common 配置
+
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|linkis-manager-common|wds.linkis.default.engine.type |spark|engine.type|
+|linkis-manager-common|wds.linkis.manager.admin|2.4.3|manager.admin|
+|linkis-manager-common|wds.linkis.rm.application.name|ResourceManager|rm.application.name|
+|linkis-manager-common|wds.linkis.rm.wait.event.time.out| 1000 * 60 * 12L |event.time.out|
+|linkis-manager-common|wds.linkis.rm.register.interval.time|1000 * 60 * 2L |interval.time|
+|linkis-manager-common|wds.linkis.manager.am.node.heartbeat| 3m|node.heartbeat|
+|linkis-manager-common|wds.linkis.manager.rm.lock.release.timeou|5m| lock.release.timeou|
+|linkis-manager-common|wds.linkis.manager.rm.lock.release.check.interval| 5m |release.check.interval|
+|linkis-manager-common|wds.linkis.rm.client.core.max| 10|client.core.max|
+|linkis-manager-common|wds.linkis.rm.client.memory.max|20g|client.memory.max|
+|linkis-manager-common|wds.linkis.rm.instance|10|rm.instance|
+|linkis-manager-common|wds.linkis.rm.yarnqueue.cores.max|150|yarnqueue.cores.max |
+|linkis-manager-common|wds.linkis.rm.yarnqueue.memory.max| 450g| memory.max|
+|linkis-manager-common|wds.linkis.rm.yarnqueue.instance.max|30| yarnqueue.instance.max|
+|linkis-manager-common|wds.linkis.rm.yarnqueue| default |rm.yarnqueue|
+|linkis-manager-common|wds.linkis.rm.cluster| default|rm.cluster|
+|linkis-manager-common|wds.linkis.rm.user.module.wait.used|60 * 10L|module.wait.used|
+|linkis-manager-common|wds.linkis.rm.user.module.wait.used| -1L |module.wait.used|
+|linkis-manager-common|wds.linkis.rm.module.completed.scan.interval| 10000L|module.completed.scan.interval|
+|linkis-manager-common|wds.linkis.rm.engine.scan.interval|120000L|engine.scan.interval|
+|linkis-manager-common|wds.linkis.rm.engine.release.threshold| 120000L| release.threshold|
+|linkis-manager-common|wds.linkis.rm.alert.system.id|5136| alert.system.id|
+|linkis-manager-common|wds.linkis.rm.alert.default.um| hadoop |alert.default.um|
+|linkis-manager-common|wds.linkis.rm.alert.ims.url| 127.0.0.1|alert.ims.url|
+|linkis-manager-common|wds.linkis.rm.alert.duplication.interval|1200L|alert.duplication.interval|
+|linkis-manager-common|wds.linkis.rm.alert.contact.group| q01/hadoop,q02/hadoop |alert.contact.group|
+|linkis-manager-common|wds.linkis.rm.alert.enabled| false|alert.enabled|
+|linkis-manager-common|wds.linkis.rm.alert.default.contact| hadoop|alert.default.contact||
+|linkis-manager-common|wds.linkis.hive.maintain.time.key|wds.linkis.hive.maintain.time|hive.maintain.time.key|
+|linkis-manager-common|wds.linkis.rm.default.yarn.cluster.name| default |yarn.cluster.name|
+|linkis-manager-common|wds.linkis.rm.default.yarn.cluster.type| Yarn|yarn.cluster.type|
+|linkis-manager-common|wds.linkis.rm.external.retry.num|3|external.retry.num|
+|linkis-manager-common|wds.linkis.rm.default.yarn.webaddress.delimiter| ; | yarn.webaddress.delimiter|
+ 
+
+
+
+
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org