caoes commented on issue #13602:
URL:
https://github.com/apache/dolphinscheduler/issues/13602#issuecomment-1445637723
> Please check hiveserver2 service availablity.
After an exception occurs, check hive service logs in the Hadoop cluster.
The following exception is displayed in the logs, but it is not certain that
the exception is the current task. Later, the task is queried on the yarn
application based on the failed task. The task fails, but some tasks on yarn
are finished and others are killed. killed cause: Another service was killed by
hiveserver2。
`org.apache.hadoop.hive.ql.exec.Task: [HiveServer2-Background-Pool:
Thread-1362777]: Execution completed successfully
2023-02-24 05:12:57,454 INFO org.apache.hadoop.hive.ql.exec.Task:
[HiveServer2-Background-Pool: Thread-1362777]: MapredLocal task succeeded
2023-02-24 05:12:57,453 WARN
org.apache.hadoop.hive.ql.exec.mr.MapredLocalTask:
[HiveServer2-Background-Pool: Thread-1362777-LocalTask-MAPREDLOCAL-stderr]: I/O
error in redirector thread.
java.io.IOException: Stream closed
at
java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
~[?:1.8.0_181]
at java.io.BufferedInputStream.read(BufferedInputStream.java:336)
~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) ~[?:1.8.0_181]
at java.io.InputStreamReader.read(InputStreamReader.java:184)
~[?:1.8.0_181]
at java.io.BufferedReader.fill(BufferedReader.java:161) ~[?:1.8.0_181]
at java.io.BufferedReader.readLine(BufferedReader.java:324)
~[?:1.8.0_181]
at java.io.BufferedReader.readLine(BufferedReader.java:389)
~[?:1.8.0_181]
at
org.apache.hadoop.hive.common.log.LogRedirector.run(LogRedirector.java:64)
[hive-common-2.1.1-cdh6.3.2.jar:2.1.1-cdh6.3.2]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]`
--
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]