You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/05 08:23:18 UTC

[GitHub] [incubator-dolphinscheduler] yoreyuan opened a new issue #1402: [QUESTION] question title

yoreyuan opened a new issue #1402: [QUESTION] question title
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1402
 
 
   **Describe the question**
   There is a Worker node that does not allow users to own sudo. dolphinscheduler has been successfully installed. I specified to execute tasks on this Worker, and reported the following error:
   ```
   cn.escheduler.server.worker.log.TaskLogger:[178]-[taskAppId=TASK_2_4_10] -> xxx 不在 sudoeser 文件中。此事将被报告。
   ```
   
   **Which version of DolphinScheduler:**
    -[1.1.0]
   
   
   **Requirement or improvement**
   In the source code  [AbstractCommandExecutor.java](https://github.com/apache/incubator-dolphinscheduler/blob/1.1.0/escheduler-server/src/main/java/cn/escheduler/server/worker/task/AbstractCommandExecutor.java) , it is assumed that sudo is required for task execution. Because some workers cannot meet this condition in some environments, I hope this restriction can be lifted.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services