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 2022/05/18 02:28:02 UTC

[GitHub] [dolphinscheduler] liqingwang opened a new issue, #10083: [Bug] [Docker] Docker Doc Error && Alert Plugin WebexTeams Chinese Translation Error

liqingwang opened a new issue, #10083:
URL: https://github.com/apache/dolphinscheduler/issues/10083

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   - Due #10026 , changed the tools docker sh file position. Look [this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-0387d45c2bcdee3461774d4db10eab3cb580238d04dbd3511dfd19775a64d082R31)
   
   And the Docker Doc don't change the sh file position. 
   
   ```
   $ docker run -d --name dolphinscheduler-tools \
       -e DATABASE="postgresql" \
       # Use "com.mysql.cj.jdbc.driver" if you use MySQL
       -e SPRING_DATASOURCE_DRIVER_CLASS_NAME="org.postgresql.Driver" \
       -e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/<DATABASE>" \
       -e SPRING_DATASOURCE_USERNAME="<USER>" \
       -e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \
       --net host \
       apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" bin/create-schema.sh
   ```
   
   ```bin/create-schema.sh``` will be ```tools/bin/upgrade-schema.sh``` at [this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-1173adb6eb42595c44743bc7b916e7594591b85269a4f132700eebcf907133bdR41)
   
   - Alert Plugin WebexTeams filed ```Destination``` Translation Error
   
   ### What you expected to happen
   
   Docker Doc Current && Alert Plugin WebexTeams filed ```Destination``` Translation Current
   
   ### How to reproduce
   
   ⬆️
   
   ### Anything else
   
   I will open a PR to fix this.
   
   ### Version
   
   dev
   
   ### 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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10083: [Bug] [Docker] Docker Doc Error && Alert Plugin WebexTeams Chinese Translation Error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10083:
URL: https://github.com/apache/dolphinscheduler/issues/10083#issuecomment-1129502020

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw) and send your question to channel `#troubleshooting`


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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


[GitHub] [dolphinscheduler] caishunfeng closed issue #10083: [Bug] [Docker] Docker Doc Error && Alert Plugin WebexTeams Chinese Translation Error

Posted by GitBox <gi...@apache.org>.
caishunfeng closed issue #10083: [Bug] [Docker] Docker Doc Error && Alert Plugin WebexTeams Chinese Translation Error
URL: https://github.com/apache/dolphinscheduler/issues/10083


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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