[ https://issues.apache.org/jira/browse/HIVE-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558210#comment-13558210 ]
Hudson commented on HIVE-3916: ------------------------------ Integrated in Hive-trunk-h0.21 #1925 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1925/]) HIVE-3916 For outer joins, when looping over the rows looking for filtered tags, it doesn't report progress (Kevin Wilfong via namit) (Revision 1435625) Result = SUCCESS namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1435625 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/CommonJoinOperator.java > For outer joins, when looping over the rows looking for filtered tags, it > doesn't report progress > ------------------------------------------------------------------------------------------------- > > Key: HIVE-3916 > URL: https://issues.apache.org/jira/browse/HIVE-3916 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.11.0 > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Fix For: 0.11.0 > > Attachments: HIVE-3916.1.patch.txt > > > In the CommonJoinOperator, for outer joins, there is a loop over every row in > the AbstractRowContainer checking for a filtered tag. This can take a long > time if there are a large number or rows, and during this time, it does not > report progress. If this runs for long enough, Hadoop will kill the task for > failing to report progress. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira