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/24 14:57:21 UTC

[incubator-linkis] branch dev-1.3.0 updated: [executor-core] module configuration item arrangement (#2983)

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 bd0610212 [executor-core] module configuration item arrangement (#2983)
bd0610212 is described below

commit bd06102123883d18b2a4d747bfecf2c48ef845ac
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Wed Aug 24 22:57:16 2022 +0800

    [executor-core] module configuration item arrangement (#2983)
---
 docs/executor-core.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/docs/executor-core.md b/docs/executor-core.md
new file mode 100644
index 000000000..9af0d2bb9
--- /dev/null
+++ b/docs/executor-core.md
@@ -0,0 +1,19 @@
+## executor-core 配置
+
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|executor-core|wds.linkis.dataworkclod.engine.tmp.path|file:///tmp/|engine.tmp.path|
+|executor-core|wds.linkis.engine.application.name |  |application.name| 
+|executor-core|wds.linkis.log4j2.prefix| |log4j2.prefix|
+|executor-core|wds.linkis.log.clear|  |log.clear|
+|executor-core|wds.linkis.engine.ignore.words|org.apache.spark.deploy.yarn.Client |ignore.words|
+|executor-core|wds.linkis.engine.pass.words| org.apache.hadoop.hive.ql.exec.Task|pass.words|
+|executor-core|wds.linkis.entrance.application.name|linkis-cg-entrance| entrance.application.name|
+|executor-core|wds.linkis.engine.listener.async.queue.size.max| 300 |size.max|
+|executor-core|wds.linkis.engine.listener.async.consumer.thread.max| 5|thread.max | 
+|executor-core|wds.linkis.engine.listener.async.consumer.freetime.max|5000ms|freetime.max|
+|executor-core|wds.linkis.engineconn.executor.manager.service.class|org.apache.linkis.engineconn.acessible.executor.service.DefaultManagerService|manager.service.class|
+|executor-core|wds.linkis.engineconn.executor.manager.class|org.apache.linkis.engineconn.core.executor.LabelExecutorManagerImpl| executor.manager.class|
+|executor-core|wds.linkis.engineconn.executor.default.name|ComputationExecutor| default.name|
+


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