qiaozhanwei commented on issue #844: [BUG] 
中文文档中看到,创建租户会自动在worker上创建linux用户,但在实际的使用中,并没有创建 
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/844#issuecomment-533946287
 
 
   When the worker executes, it checks whether there is this tenant on Linux, 
that is, the corresponding user on linux, whether it exists, if it does not 
exist, it is created, and the tenant (the corresponding user on linux) exists 
with sudo -u tenant sh xxx .command for task submission
   
   
会在worker执行的时候,检查linux上是否存在此租户,也就是对应的linux上的用户,是否存在,不存在则创建,存在则用此租户(linux上对应的用户)sudo
 -u 租户 sh xxx.command进行任务提交

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


With regards,
Apache Git Services

Reply via email to