You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by GitBox <gi...@apache.org> on 2022/08/11 11:37:50 UTC

[GitHub] [incubator-linkis] casionone opened a new issue, #2706: [linkis-common]Sorting out the configuration items in the code

casionone opened a new issue, #2706:
URL: https://github.com/apache/incubator-linkis/issues/2706

   Sort out the configuration items used by `CommonVars` in the code in the linkis-common module, and output the markdown document of the corresponding configuration item linkis-common-config-item.md
   like 
   ````
     val BDP_SERVER_PORT = CommonVars("wds.linkis.server.port", 20303)
   ````
   
   ------
   
   整理出linkis-common模块中代码中,通过`CommonVars`使用到的配置项,输出对应的配置项 linkis-common-config-item.md 的markdown文档  
   如 
   ```
     val BDP_SERVER_PORT = CommonVars("wds.linkis.server.port", 20303)
   ```
   Markdown格式可参考 
   
   | 模块名(服务名)|     参数名                                                | 默认值             | 描述                                                    |
   | ----------- |  -------------------------------------------------------- | ---------------- | ------------------------------------------------------- |
   |ec-openlookeng | linkis.openlookeng.engineconn.concurrent.limit        | 100|并发限制 |
   |ec-openlookeng | linkis.openlookeng.http.connectTimeout        | 60L   | 客户端请求的超时时间 基于OKhttp构建的http请求          |
   |ec-openlookeng | linkis.openlookeng.http.readTimeout          |60L |    客户端读取超时 基于OKhttp构建的http请求                             |
   |ec-openlookeng | linkis.openlookeng.url                       | http://127.0.0.1:8080| openlookeng服务                                  |
   |ec-openlookeng | linkis.openlookeng.catalog                  | system| catalog|
   |ec-openlookeng | linkis.openlookeng.schema                  |         | schema    |
   |ec-openlookeng | linkis.openlookeng.source                 |global| source  |         


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [incubator-linkis] github-actions[bot] commented on issue #2706: [linkis-common]Sorting out the configuration items in the code

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2706:
URL: https://github.com/apache/incubator-linkis/issues/2706#issuecomment-1211872500

   :blush:  Welcome to the Apache Linkis (incubating) community!!
   We are glad that you are contributing by opening this issue.
   
   Please make sure to include all the relevant context.
   We will be here shortly.
   
   If you are interested in contributing to our website project, please let us know!
   You can check out our contributing guide on 
    :point_right:  [How to Participate in Project Contribution](https://linkis.apache.org/community/how-to-contribute).
    
   WeChat  Group:
   
   ![image](https://user-images.githubusercontent.com/7869972/176336986-d6b9be8f-d1d3-45f1-aa45-8e6adf5dd244.png)
   Mailing Lists:
   |name|description|Subscribe|Unsubscribe|archive|
   |:-----|:--------|:------|:-------|:-----|
   | [dev@linkis.apache.org](mailto:dev@linkis.apache.org) | community activity information | [subscribe](mailto:dev-subscribe@linkis.apache.org) | [unsubscribe](mailto:dev-unsubscribe@linkis.apache.org) | [archive](http://mail-archives.apache.org/mod_mbox/linkis-dev) |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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