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 15:08:49 UTC

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

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 f0e6084ef [linkis-hadoop-common] module configuration item arrangement (#2976)
f0e6084ef is described below

commit f0e6084ef224faae3c4ab14a449393732798c92a
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Wed Aug 24 23:08:43 2022 +0800

    [linkis-hadoop-common] module configuration item arrangement (#2976)
---
 docs/linkis-engineconn-common.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/linkis-engineconn-common.md b/docs/linkis-engineconn-common.md
new file mode 100644
index 000000000..ca45af2ce
--- /dev/null
+++ b/docs/linkis-engineconn-common.md
@@ -0,0 +1,18 @@
+## linkis-engineconn-common 配置
+
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|linkis-engineconn-common|wds.linkis.engine.connector.executions|org.apache.linkis.engineconn.computation.executor.execute.ComputationEngineConnExecution|connector.executions|
+|linkis-engineconn-common|wds.linkis.engine.connector.hooks |org.apache.linkis.engineconn.computation.executor.hook.ComputationEngineConnHook |engine.connector.hooks|
+|linkis-engineconn-common|wds.linkis.engine.launch.cmd.params.user.key|user|user.key|
+|linkis-engineconn-common|wds.linkis.engine.parallelism.support.enabled| false|support.enabled |
+|linkis-engineconn-common|wds.linkis.engine.push.log.enable|true |log.enable|
+|linkis-engineconn-common|wds.linkis.engineconn.plugin.default.class| org.apache.linkis.engineplugin.hive.HiveEngineConnPlugin|plugin.default.class  |
+|linkis-engineconn-common|wds.linkis.engine.task.expire.time|1000 * 3600 * 24| task.expire.time|
+|linkis-engineconn-common|wds.linkis.engine.lock.refresh.time| 1000 * 60 * 3 |lock.refresh.time|
+|linkis-engineconn-common|wds.linkis.engine.work.home.key| PWD |work.home.key |
+|linkis-engineconn-common|wds.linkis.engine.logs.dir.key|LOG_DIRS|logs.dir.key|
+|linkis-engineconn-common|wds.linkis.engine.connector.init.time|8m|init.time|
+|linkis-engineconn-common|wds.linkis.spark.engine.yarn.app.id.parse.regex| | parse.regex |
+


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