chengshiwen commented on a change in pull request #5007:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/5007#discussion_r596577010
##########
File path: docker/build/conf/dolphinscheduler/worker.properties.tpl
##########
@@ -21,6 +21,9 @@ worker.exec.threads=${WORKER_EXEC_THREADS}
# worker heartbeat interval
worker.heartbeat.interval=${WORKER_HEARTBEAT_INTERVAL}
+# worker tenant auto create
+worker.tenant.auto.create=true
+
Review comment:
In `worker.properties`, the default value of `worker.tenant.auto.create`
is `false`. But in the file
`docker/build/conf/dolphinscheduler/worker.properties.tpl` for container, set
it to true will be better
----------------------------------------------------------------
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:
[email protected]