zhuangchong opened a new issue #4128:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4128


   **Describe the feature**
   Dolphin executes the command using sudo to specify the -u parameter
   
   sudo:
   -u Username /#uid without this parameter means that you want to execute the 
instruction as root
   At present, dolphin source code exists sudo kill $PID /sudo kill -9 $PID 
situation
   Executing the above statement will report insufficient permissions when 
dolphin installs THE OS user's sudo permissions with only a partial user 
account configuration.
   
   **Is your feature request related to a problem? Please describe.**
   
   At present, dolphin source code exists sudo kill $PID /sudo kill -9 $PID 
situation
   Executing the above statement will report insufficient permissions when 
dolphin installs THE OS user's sudo permissions with only a partial user 
account configuration.
   
   ---
   **描述特征**
   
   dolphin使用sudo 执行命令指定-u 参数
   sudo:
        -u username/#uid 不加此参数,代表要以 root 的身份执行指令
   目前dolphin源码内存在sudo kill $pid /sudo kill -9 $pid 的情况
   当dolphin 安装os用户的sudo权限只配置部分用户账号时,执行上面语句将会报出权限不足。
   
   **您的特性请求与问题有关吗?请描述**
   
   目前dolphin源码内存在sudo kill $pid /sudo kill -9 $pid 的情况
   当dolphin 安装os用户的sudo权限只配置部分用户账号时,执行上面语句将会报出权限不足。
   
   


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


Reply via email to