zhongjiajie commented on a change in pull request #479:
URL:
https://github.com/apache/dolphinscheduler-website/pull/479#discussion_r738923716
##########
File path: docs/en-us/1.3.9/user_doc/system-manual.md
##########
@@ -433,7 +433,7 @@ Note: If you enable **kerberos**, you need to fill in
**Principal**
#### 5.2 Add tenant
-- The tenant corresponds to the Linux user, which is used by the worker to
submit the job. If Linux does not have this user, the worker will create this
user when executing the script.
+- The tenant corresponds to the Linux user, which is used by the worker to
submit the job. Task will fail if Linux does not exists this user. You can set
the parameter `worker.tenant.auto.create` as `true` in configuration file
`worker.properties`. After that DolphinScheduler would create user if not
exists, The property `worker.tenant.auto.create=true` requests worker run
`sudo` command without password.
Review comment:
@lenboo Thanks, and I will update this patch
--
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]