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:36:35 UTC

[incubator-linkis] branch dev-1.3.0 updated: [ linkis-storage ] module configuration item arrangement (#2960)

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 0864d3cbb [ linkis-storage ] module configuration item arrangement (#2960)
0864d3cbb is described below

commit 0864d3cbb5126387d31a46324c3aa8461a4d51c3
Author: 成彬彬 <10...@users.noreply.github.com>
AuthorDate: Tue Aug 23 20:36:27 2022 +0800

    [ linkis-storage ] module configuration item arrangement (#2960)
---
 docs/linkis-storage.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/docs/linkis-storage.md b/docs/linkis-storage.md
new file mode 100644
index 000000000..d773c0f61
--- /dev/null
+++ b/docs/linkis-storage.md
@@ -0,0 +1,35 @@
+## linkis-storage 配置
+
+
+| 模块名(服务名) | 参数名 | 默认值 | 描述 | 是否引用|
+| -------- | -------- | ----- |----- |  -----   |
+|linkis-storage|wds.linkis.storage.proxy.user| | storage.proxy.user |true|
+|linkis-storage|wds.linkis.storage.root.user| hadoop |storage.root.user|true|
+|linkis-storage|wds.linkis.storage.hdfs.root.user| hadoop |hdfs.root.user|true|
+|linkis-storage|wds.linkis.storage.local.root.user| root | storage.local.root.user  |true|
+|linkis-storage|wds.linkis.storage.fileSystem.group|bdap |fileSystem.group|true|
+|linkis-storage|wds.linkis.storage.rs.file.type | utf-8 |file.type |true|
+|linkis-storage|wds.linkis.storage.rs.file.suffix| .dolphin_ | file.suffix  |true|
+|linkis-storage|wds.linkis.storage.result.set.package|org.apache.linkis.storage.resultset |package|true|
+|linkis-storage|wds.linkis.storage.result.set.classes| txt.TextResultSet,table.TableResultSet,io.IOResultSet,html.HtmlResultSet,picture.PictureResultSet  | classes |true|
+|linkis-storage|wds.linkis.storage.build.fs.classes| org.apache.linkis.storage.factory.impl.BuildHDFSFileSystem,org.apache.linkis.storage.factory.impl.BuildLocalFileSystem |classes|true|
+|linkis-storage|wds.linkis.storage.is.share.node|true |share.node|true|
+|linkis-storage|wds.linkis.storage.enable.io.proxy|false| proxy |true|
+|linkis-storage|wds.linkis.storage.io.user|root |io.user |true|
+|linkis-storage|wds.linkis.storage.io.fs.num| 1000 * 60 * 10   |fs.num  |true|
+|linkis-storage|wds.linkis.storage.io.read.fetch.size|  100k |fetch.size |true|
+|linkis-storage|wds.linkis.storage.io.write.cache.size |64k | cache.size  |true|
+|linkis-storage|wds.linkis.storage.io.default.creator|  IDE| default.creator |true|
+|linkis-storage|wds.linkis.storage.io.fs.re.init|re-init |re.init|false|
+|linkis-storage|wds.linkis.storage.io.init.retry.limit| 10  | limit |true|
+|linkis-storage|wds.linkis.storage.fileSystem.hdfs.group| hadoop |hdfs.group|false|
+|linkis-storage|wds.linkis.double.fraction.length| 30|fraction.length|true|
+|linkis-storage|wds.linkis.storage.hdfs.prefix_check.enable| true | check.enable|true|
+|linkis-storage|wds.linkis.storage.hdfs.prefxi.remove| true |prefxi.remove|true|
+|linkis-storage|wds.linkis.fs.hdfs.impl.disable.cache|  false |disable.cache |true|
+|linkis-storage|wds.linkis.hdfs.rest.errs|  |rest.errs|true|
+|linkis-storage|wds.linkis.resultset.row.max.str | 2m  | max.str |true|
+|linkis-storage|wds.linkis.storage.file.type | dolphin,sql,scala,py,hql,python,out,log,text,sh,jdbc,ngql,psql,fql,tsql | file.type |true|
+
+
+


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