COMDEV-412 Apache DolphinScheduler Parameter coverage
- Mentors
- Calvin Kirs, Kevin Ratnasekera
- Organization
- The Apache Software Foundation
Currently parameter configuration of DolphinScheduler is mainly based on configuration files. However there’s no way to override parameters when the same parameter is passed as JVM parameter at server startup. This project is about introducing parameter injection from java JVM arguments to server runtime, so that one can override a particular parameter which is externalised to a configuration file.