mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
update
This commit is contained in:
parent
30dbbad637
commit
46bf965f81
@ -211,9 +211,12 @@ public class FetchTaskThread implements Runnable{
|
||||
// set task execute path
|
||||
taskInstance.setExecutePath(execLocalPath);
|
||||
|
||||
Tenant tenant = processDao.getTenantForProcess(processInstance.getTenantId(),
|
||||
processDefine.getUserId());
|
||||
|
||||
// check and create Linux users
|
||||
FileUtils.createWorkDirAndUserIfAbsent(execLocalPath,
|
||||
processInstance.getTenantCode(), logger);
|
||||
tenant.getTenantCode(), logger);
|
||||
|
||||
logger.info("task : {} ready to submit to task scheduler thread",taskId);
|
||||
// submit task
|
||||
|
Loading…
Reference in New Issue
Block a user