You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by GitBox <gi...@apache.org> on 2022/11/21 10:03:42 UTC

[GitHub] [incubator-streampark] macksonmu opened a new issue, #2072: [Bug] When upgrading from 1.2.3 to 2.0.0, the configuration items of maven setting are not displayed normally

macksonmu opened a new issue, #2072:
URL: https://github.com/apache/incubator-streampark/issues/2072

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   When upgrading from 1.2.3 to 2.0.0, the configuration items of maven setting are not displayed normally, the reason is that after the upgrade, the maven configuration item in the t_setting table still starts with streamx.
   
   The following statement needs to be added to the mysql upgrade script.
   
   `update t_setting set setting_key = replace(setting_key, 'streamx', 'streampark') where setting_key like 'streamx%'`
   
   ### StreamPark Version
   
   2.0.0
   
   ### Java Version
   
   _No response_
   
   ### Flink Version
   
   1.14.3
   
   ### Scala Version of Flink
   
   2.12
   
   ### Error Exception
   
   ```log
   When upgrading from 1.2.3 to 2.0.0, the configuration items of maven setting are not displayed normally
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: issues-unsubscribe@streampark.apache.org.apache.org

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


[GitHub] [incubator-streampark] wolfboys closed issue #2072: [Bug] When upgrading from 1.2.3 to 2.0.0, the configuration items of maven setting are incorrect

Posted by GitBox <gi...@apache.org>.
wolfboys closed issue #2072: [Bug] When upgrading from 1.2.3 to 2.0.0, the configuration items of maven setting are incorrect
URL: https://github.com/apache/incubator-streampark/issues/2072


-- 
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: issues-unsubscribe@streampark.apache.org

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