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/06/02 10:48:22 UTC

[GitHub] [incubator-dolphinscheduler] yangyichao-mango opened a new issue #2878: [Feature] Add detail in user_doc/development-environment-setup.html's [搭建后端] section

yangyichao-mango opened a new issue #2878:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2878


   **Is your feature request related to a problem? Please describe.**
   I'm confused when I follow the section to build the db, because there is no description about MySQL db.
   When I use the MySQL db, I need to specify the mysql scope as compile in pom.xml to avoid the exception of ClassNotFound for `com.mysql.jdbc.Driver`(5.x)  or `com.mysql.cj.jdbc.Driver`(8.x).
   
   **Describe the solution you'd like**
   We need to add specific MySQL description in this section.
   
   **Additional context**
   There is the description in [搭建后端] section:
   `创建表和初始化数据: 修改dao模块resource目录下application.properties文件中的数据库配置信息,然后执行org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler的类,运行完,刷新数据库,表和数据都有了。`
   
   There is the [link](https://dolphinscheduler.apache.org/zh-cn/docs/1.2.0/user_doc/development-environment-setup.html).
   


----------------------------------------------------------------
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] yangyichao-mango closed issue #2878: [Feature] Add detail in user_doc/development-environment-setup.html's [搭建后端] section

Posted by GitBox <gi...@apache.org>.
yangyichao-mango closed issue #2878:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2878


   


----------------------------------------------------------------
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 #2878: [Feature] Add detail in user_doc/development-environment-setup.html's [搭建后端] section

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


   thanks for your feedback.
   
   you can submit a PR to dolphinscheduler website github repository:
   
    https://github.com/apache/incubator-dolphinscheduler-website/blob/master/docs/zh-cn/1.2.0/user_doc/development-environment-setup.md


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