Jobs with python scripts fails with permission denied error in Apache Dolphin Standalone Server #16363
Replies: 2 comments
-
问一下怎么解决的,我也出现了这个错误 |
Beta Was this translation helpful? Give feedback.
-
The issue occurs because Apache DolphinScheduler cannot find the Python launcher. To resolve this, you need to set the Solution:
This should resolve the "Permission Denied" error and ensure that DolphinScheduler executes the Python script correctly. |
Beta Was this translation helpful? Give feedback.
-
I'm using version 3.2.1.
I created a node with python script to print hello world. Then created workflow and scheduled it to run in every 0th second of every minute. The execution fails with a permission denied error for some python file created and it is deleted at the end of the workflow. So, to further investigate the issue I made
development.state=true
instandalone-server/conf/common.properties
.This is the complete log from the execution.
Following is the content in the path
/tmp/dolphinscheduler/exec/process/ishad/14374006444992/14374012970432_1/1/1
So, it is obvious that the python script created hasn't got execution permissions. Is it a bug or do I'm missing some thing?
Beta Was this translation helpful? Give feedback.
All reactions