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/10 11:49:09 UTC

[GitHub] [incubator-linkis] CCweixiao opened a new issue, #2450: [Feature] [1.2.0] The new storage path is optimized when the engine material is updated

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

   ### 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
   
   wds.linkis.bml.hdfs.prefix
   wds.linkis.bml.local.prefix
   如果用户有修改了这两个配置,那么引擎物料文件需要更新时,获取到的旧物料文件路径可能不可用导致引擎物料无法完成更新。
   If the user has modified these two configurations, when the engine material file needs to be updated, the obtained old material file path may not be available and the engine material cannot be updated.
   
   
   ### Description
   
   原有VersionServiceImpl类中的updateVersion方法内,生成新路径的逻辑是:
   In the updateVersion method in the original VersionServiceImpl class, the logic for generating a new path is:
   ```java
   // create resource new path
   String newVersion = params.get("newVersion").toString();
   String path = versionDao.getResourcePath(resourceId) + "_" + newVersion;
   ```
   对于生成后的path,如果bml prefix有改动,需要重新成功一个path。
   For the generated path, if the bml prefix is changed, a new path needs to be succeeded.
   
   ### Use case
   
   _No response_
   
   ### solutions
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] 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] github-actions[bot] commented on issue #2450: [Feature] [1.2.0] The new storage path is optimized when the engine material is updated

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

   :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


[GitHub] [incubator-linkis] peacewong closed issue #2450: [Feature] [1.2.0] The new storage path is optimized when the engine material is updated

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #2450: [Feature] [1.2.0] The new storage path is optimized when the engine material is updated
URL: https://github.com/apache/incubator-linkis/issues/2450


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