ruanwenjun commented on issue #16906: URL: https://github.com/apache/dolphinscheduler/issues/16906#issuecomment-2563621234
> @ruanwenjun I may have found the reason. > > While debugging using Arthas, I encountered the following error output: `Cannot execute /usr/hdp/current/hadoop/libexec/yarn-config.sh.` > > It appears that executing the command `sh /tmp/dolphinscheduler/exec/process/tenantName1/14481755113696/16066089682784_1/2862/3313/application_1734659792626_0066.kill` depends on an additional file `/usr/hdp/current/hadoop/libexec/yarn-config.sh`, which does not exist on the system. > > ``` > method=org.apache.dolphinscheduler.common.shell.AbstractShell.runCommand location=AtExceptionExit > ts=2024-12-23 17:40:32.066; [cost=21.092938ms] result=@ArrayList[ > @Object[][isEmpty=true;size=0], > @ShellExecutor[ > command=@String[][isEmpty=false;size=2], > output=@StringBuffer[ERROR: Cannot execute /usr/hdp/current/hadoop/libexec/yarn-config.sh. > ], > log=@Logger[Logger[org.apache.dolphinscheduler.common.shell.AbstractShell]], > timeOutInterval=@Long[0], > timedOut=@AtomicBoolean[false], > interval=@Long[0], > lastTime=@Long[1734946832064], > environment=null, > dir=null, > process=@UNIXProcess[java.lang.UNIXProcess@2caa5a9f], > exitCode=@Integer[1], > completed=@AtomicBoolean[true], > ], > @String[][ > @String[sh], > @String[/tmp/dolphinscheduler/exec/process/tenantName1/14481755113696/16066089682784_1/2862/3313/application_1734659792626_0066.kill], > ], > org.apache.dolphinscheduler.common.shell.AbstractShell$ExitCodeException: > ``` But you said when you manual execute the xx.kill, there is no error? -- 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]
