wangjiapengone commented on issue #15077: URL: https://github.com/apache/dolphinscheduler/issues/15077#issuecomment-1780669178
> Hi @wangjiapengone , I don't reproduce this bug, please check whether you can download files from HDFS in your env. Hi, I can still reproduce this bug in dev. This problem occurs when the tenant executing the task differs from the tenant owning the resource. For example, The tenant of the current user is "default", I create a new file in Resource Center which called "hello.sh". The HDFS file path is: `hdfs://hdfs-cluster01/dolphinscheduler_test/default/resources/test/hello.sh`  Then I create a new shell task to execute this file,  The task will use the system user to execute this task, and the local file is missing.   If I look at the temporary local file, it looks like this  Apparently, the local file path is undesirable. But if the executing user and the resource owner are the same, the problem disappears. -- 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]
