数据质量任务运行报错Permission denied #13531
yangge1017
started this conversation in
General
Replies: 1 comment 1 reply
-
I have the same problem. Has this problem been solved |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[INFO] 2023-02-07 10:17:42.353 +0000 - Begin to pulling task
[INFO] 2023-02-07 10:17:42.354 +0000 - Begin to initialize task
[INFO] 2023-02-07 10:17:42.354 +0000 - Set task startTime: Tue Feb 07 10:17:42 UTC 2023
[INFO] 2023-02-07 10:17:42.355 +0000 - Set task envFile: /digov/soft/dolphinscheduler/worker-server/conf/dolphinscheduler_env.sh
[INFO] 2023-02-07 10:17:42.355 +0000 - Set task appId: 78_93
[INFO] 2023-02-07 10:17:42.355 +0000 - End initialize task
[INFO] 2023-02-07 10:17:42.356 +0000 - Set task status to TaskExecutionStatus{code=1, desc='running'}
[INFO] 2023-02-07 10:17:42.356 +0000 - TenantCode:root check success
[INFO] 2023-02-07 10:17:42.356 +0000 - ProcessExecDir:/tmp/dolphinscheduler/exec/process/root/7904359617056/8409814222496_14/78/93 check success
[INFO] 2023-02-07 10:17:42.356 +0000 - Resources:{} check success
[INFO] 2023-02-07 10:17:42.357 +0000 - Task plugin: DATA_QUALITY create success
[INFO] 2023-02-07 10:17:42.358 +0000 - Success initialized task plugin instance success
[INFO] 2023-02-07 10:17:42.358 +0000 - Success set taskVarPool: null
[INFO] 2023-02-07 10:17:42.359 +0000 - data quality task command: ${SPARK_HOME2}/bin/spark-submit --master local --driver-cores 1 --driver-memory 512M --num-executors 2 --executor-cores 2 --executor-memory 1G --class org.apache.dolphinscheduler.data.quality.DataQualityApplication
[INFO] 2023-02-07 10:17:42.359 +0000 - Success create command file, command: #!/bin/bash
BASEDIR=$(cd
dirname $0
; pwd)cd $BASEDIR
source /digov/soft/dolphinscheduler/worker-server/conf/dolphinscheduler_env.sh
${SPARK_HOME2}/bin/spark-submit --master local --driver-cores 1 --driver-memory 512M --num-executors 2 --executor-cores 2 --executor-memory 1G --class org.apache.dolphinscheduler.data.quality.DataQualityApplication
[INFO] 2023-02-07 10:17:42.361 +0000 - task run command: sudo -u root -E bash /tmp/dolphinscheduler/exec/process/root/7904359617056/8409814222496_14/78/93/78_93.command
[INFO] 2023-02-07 10:17:42.361 +0000 - process start, process id is: 258631
[INFO] 2023-02-07 10:17:42.865 +0000 - process has exited, execute path:/tmp/dolphinscheduler/exec/process/root/7904359617056/8409814222496_14/78/93, processId:258631 ,exitStatusCode:126 ,processWaitForStatus:true ,processExitValue:126
[INFO] 2023-02-07 10:17:42.866 +0000 - Send task execute result to master, the current task status: TaskExecutionStatus{code=6, desc='failure'}
[INFO] 2023-02-07 10:17:42.867 +0000 - Remove the current task execute context from worker cache
[INFO] 2023-02-07 10:17:42.867 +0000 - The current execute mode isn't develop mode, will clear the task execute file: /tmp/dolphinscheduler/exec/process/root/7904359617056/8409814222496_14/78/93
[INFO] 2023-02-07 10:17:42.867 +0000 - Success clear the task execute file: /tmp/dolphinscheduler/exec/process/root/7904359617056/8409814222496_14/78/93
[INFO] 2023-02-07 10:17:43.362 +0000 - -> Error: Missing application resource.
[INFO] 2023-02-07 10:17:43.363 +0000 - FINALIZE_SESSION
Beta Was this translation helpful? Give feedback.
All reactions