bigjar opened a new issue #2134: 使用shell执行hadoop distcp时状态返回出错,实际执行正确
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2134
 
 
   版本1.2.1。worker错误日志如下
   [ERROR] 2020-03-10 15:50:50.552  - [taskAppId=TASK-2-54-67]:[189] - 
Conversion = ';'
   java.util.UnknownFormatConversionException: Conversion = ';'
           at java.util.Formatter.checkText(Formatter.java:2579)
           at java.util.Formatter.parse(Formatter.java:2565)
           at java.util.Formatter.format(Formatter.java:2501)
           at java.util.Formatter.format(Formatter.java:2455)
           at java.lang.String.format(String.java:2940)
           at 
org.apache.dolphinscheduler.server.worker.task.AbstractCommandExecutor.isSuccessOfYarnState(AbstractCommandExecutor.java:410)
           at 
org.apache.dolphinscheduler.server.worker.task.AbstractCommandExecutor.updateState(AbstractCommandExecutor.java:241)
           at 
org.apache.dolphinscheduler.server.worker.task.AbstractCommandExecutor.run(AbstractCommandExecutor.java:170)
           at 
org.apache.dolphinscheduler.server.worker.task.shell.ShellTask.handle(ShellTask.java:105)
           at 
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.run(TaskScheduleThread.java:147)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   [ERROR] 2020-03-10 15:50:50.553  - [taskAppId=TASK-2-54-67]:[107] - shell 
task failure
   java.lang.RuntimeException: process error . exitCode is :  -1
           at 
org.apache.dolphinscheduler.server.worker.task.AbstractCommandExecutor.run(AbstractCommandExecutor.java:190)
           at 
org.apache.dolphinscheduler.server.worker.task.shell.ShellTask.handle(ShellTask.java:105)
           at 
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.run(TaskScheduleThread.java:147)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   [ERROR] 2020-03-10 15:50:50.553 
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread:[153] - 
task scheduler failure
   java.lang.RuntimeException: process error . exitCode is :  -1
           at 
org.apache.dolphinscheduler.server.worker.task.AbstractCommandExecutor.run(AbstractCommandExecutor.java:190)
           at 
org.apache.dolphinscheduler.server.worker.task.shell.ShellTask.handle(ShellTask.java:105)
           at 
org.apache.dolphinscheduler.server.worker.runner.TaskScheduleThread.run(TaskScheduleThread.java:147)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to