abstractdog commented on a change in pull request #2828:
URL: https://github.com/apache/hive/pull/2828#discussion_r764012497
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/io/api/impl/LlapInputFormat.java
##########
@@ -138,10 +142,28 @@
rr.start();
return result;
} catch (Exception ex) {
- throw new IOException(ex);
+ Throwable rootCause = JavaUtils.findRootCause(ex);
Review comment:
good catch @rbalamohan , easily reproduced with tez driver, added a fix
for that here:
before fix (task attempt failure):
https://issues.apache.org/jira/secure/attachment/13037081/syslog
after fix (task attempt success):
https://issues.apache.org/jira/secure/attachment/13037083/syslog_with_fix
please find fix in last commit, let me know if your +1 still holds, thanks!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]