Jobs with python scripts fails with permission denied error in Apache Dolphin Standalone Server #16363
Unanswered
Ishad-M-I-M
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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