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/07/02 12:52:07 UTC

[GitHub] [incubator-linkis] legendtkl opened a new issue, #2400: [Feature][1.3.0] refactor install.sh script, split it into db operation script and conf/env preparation

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement.
   
   
   ### Problem Description
   
   The motivation is in k8s mode, the install.sh could not be executed in multi times because of the once-only operations (db init). We should split `install.sh` into two parts:
   * once-only operations, such as db init
   * repeat-ok operations, such as conf preparation and env init
   
   主要动机在于在 k8s 模式下可能需要重复执行多次初始化脚本,但是目前 install.sh 中的逻辑因为涉及到 db 操作所以不能重复执行,需要修改如下:
   * 只能执行一次的逻辑,比如 db 数据初始化
   * 可以执行多次的逻辑,比如环境变量初始化
   
   ### Description
   
   _No response_
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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] legendtkl closed issue #2400: [Feature][1.3.0] refactor install.sh script, split it into db operation script and conf/env preparation

Posted by GitBox <gi...@apache.org>.
legendtkl closed issue #2400: [Feature][1.3.0] refactor install.sh script, split it into db operation script and conf/env preparation 
URL: https://github.com/apache/incubator-linkis/issues/2400


-- 
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