You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/04/21 03:58:05 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen opened a new issue #2481: [BUG] restart the install.sh , The value of spring.datasource.url is not replaced, but accumulated

xingchun-chen opened a new issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481


   1.set spring.datasource.url in ./conf/config/install_config.conf
   2.run install.sh
   3.rerun install.sh ,view spring.datasource.url  in ./conf/datasource.properties ,as shown flow,
   The value of spring.datasource.url is not replaced, but accumulated
   
   ![image](https://user-images.githubusercontent.com/55787491/79823465-7a7d0b80-83c6-11ea-987e-a114f94a0ad5.png)
   
   
   
   **Which version of Dolphin Scheduler:**
    -[1.1.0-preview]
   
   **Additional context**
   Add any other context about the problem here.
   
   **Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   


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

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



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616995659


   it may affect install_config.conf and install.sh , who want to fix it ? please leave a message


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #2481: [BUG] restart the install.sh , The value of spring.datasource.url is not replaced, but accumulated

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616944765


   Since MYSQL does not support batch upload, the data source needs to be configured with“allowMultiQueries = true”, otherwise an error will be occurred when deleting resource files。mysql configuration is as follows:
   spring.datasource.url=jdbc:mysql://192.168.xx.xx:3306/dolphinscheduler_1.3.0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen removed a comment on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
xingchun-chen removed a comment on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616985489


   need to & replace to \&


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-620959595


   How is this issue going
    
   


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #2481: [BUG] restart the install.sh , The value of spring.datasource.url is not replaced, but accumulated

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616985489


   need to & replace to \&


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

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



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616999756


   Hi,
    this issue is open to the community to fix. If anyone who wants to try, please comment on this ISSUE and I will assign it to you.  :)


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

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



[GitHub] [incubator-dolphinscheduler] xingchun-chen removed a comment on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
xingchun-chen removed a comment on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-616944765


   Since MYSQL does not support batch upload, the data source needs to be configured with“allowMultiQueries = true”, otherwise an error will be occurred when deleting resource files。mysql configuration is as follows:
   spring.datasource.url=jdbc:mysql://192.168.xx.xx:3306/dolphinscheduler_1.3.0?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true


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

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



[GitHub] [incubator-dolphinscheduler] simon824 commented on issue #2481: [BUG] the Mysql needs to configure with“allowMultiQueries = true”,

Posted by GitBox <gi...@apache.org>.
simon824 commented on issue #2481:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2481#issuecomment-617575730


   I will fix it


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

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