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/23 12:30:28 UTC

[incubator-linkis] branch dev-1.3.0 updated: [ISSUE-2925][linkis-common] module configuration item arrangement (#2926)

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 0a133b58a [ISSUE-2925][linkis-common] module configuration item arrangement (#2926)
0a133b58a is described below

commit 0a133b58a30d244bc36c8133646a6889f8836a2a
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Tue Aug 23 20:30:23 2022 +0800

    [ISSUE-2925][linkis-common] module configuration item arrangement (#2926)
    
    * linkis-common module configuration item arrangement
---
 docs/linkis-common.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/docs/linkis-common.md b/docs/linkis-common.md
new file mode 100644
index 000000000..af4b708ad
--- /dev/null
+++ b/docs/linkis-common.md
@@ -0,0 +1,20 @@
+## linkis-common 配置项
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|linkis-common|wds.linkis.encoding|utf-8|字符类型|true|
+|linkis-common|wds.linkis.date.pattern |yyyy-MM-dd'T'HH:mm:ssZ |时间格式|true|
+|linkis-common|wds.linkis.field.split|hadoop|field.split|true|
+|linkis-common|wds.linkis.test.mode|false| test.mode  |true|
+|linkis-common|wds.linkis.prometheus.enable|false|prometheus.enable|true|
+|linkis-common|wds.linkis.prometheus.endpoint| /actuator/prometheus|prometheus.endpoint  |true|
+|linkis-common|wds.linkis.home|false| test.mode  |true|
+|linkis-common|wds.linkis.gateway.url|http://127.0.0.1:9001/|gateway.url|true|
+|linkis-common|wds.linkis.reflect.scan.package| org.apache.linkis,com.webank.wedatasphere |scan.package  |true|
+|linkis-common|wds.linkis.console.configuration.application.name|linkis-ps-configuration|configuration.application.name|true|
+|linkis-common|wds.linkis.console.variable.application.name|linkis-ps-publicservice|variable.application.name|true|
+|linkis-common|wds.linkis.governance.station.admin|hadoop| station.admin  |true|
+|linkis-common|wds.linkis.variable.operation|true|variable.operation |true|
+|linkis-common|wds.linkis.ldap.proxy.url|   |scan.package  |true|
+|linkis-common|wds.linkis.ldap.proxy.baseDN| | proxy.baseDN  |true|
+|linkis-common|wds.linkis.ldap.proxy.userNameFormat | |proxy.userNameFormat  |true|


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