QlDoors commented on issue #7794:
URL: 
https://github.com/apache/dolphinscheduler/issues/7794#issuecomment-1005357030


   解决了,因为dolphinscheduler在执行命令的时候,没有把  conf/env/dolphinscheduler_env.sh 
加载到运行环境中造成的,通过创建一个"环境"搞定了,环境配置如下:
   `source /etc/profile
   source /home/qinliang/dolphinscheduler/conf/env/dolphinscheduler_env.sh
   export HADOOP_USER_NAME=hdfs`


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


Reply via email to