You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kevin Wilfong (JIRA)" <ji...@apache.org> on 2013/01/19 00:34:12 UTC

[jira] [Created] (HIVE-3916) For outer joins, when looping over the rows looking for filtered tags, it doesn't report progress

Kevin Wilfong created HIVE-3916:
-----------------------------------

             Summary: 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


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