EricGao888 commented on issue #9675:
URL: 
https://github.com/apache/dolphinscheduler/issues/9675#issuecomment-1107881729

   After looking into other modules' start scripts, it seems even config 
`bin/env/dolphinscheduler_env.sh` will not take effect globally. In each 
module's start script except that of `worker-server`, it sources the 
`dolphinscheduler_env.sh` in its own `bin` folder instead of the global 
`bin/env/dolphinscheduler_env.sh`. Also each module's start script uses its own 
lib, which means if users use mysql driver, they need to add mysql-connector 
jar into every module's lib folder. Therefore, there are two problems:
   * Why `worker-sever` uses the global `bin/env/dolphinscheduler_env.sh` but 
others don't? 
   * Is there any way more convenient for users to config 
`dolphinscheduler_env.sh` or add extra jar, e.g. mysql-connector jar, into lib 
folder?
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to