You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/06/29 03:26:47 UTC

[jira] Updated: (HIVE-587) Duplicate result from multiple TIPs of the same task

     [ https://issues.apache.org/jira/browse/HIVE-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-587:
----------------------------

    Attachment: HIVE-587.1.patch

This patch fixes the problem.


> Duplicate result from multiple TIPs of the same task
> ----------------------------------------------------
>
>                 Key: HIVE-587
>                 URL: https://issues.apache.org/jira/browse/HIVE-587
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.3.0, 0.3.1
>            Reporter: Zheng Shao
>            Priority: Blocker
>         Attachments: HIVE-587.1.patch
>
>
> On our cluster we found a job committed with duplicate output from different TIPs of the same Task (from FileSinkOperator).
> The reason is that FileSinkOperator.commit can be called at multiple TIPs of the same task.
> FileSinkOperator.jobClose() (which is called at the Hive Client side) should do either:
> A. Get all successful TIPs and only move the output files of those TIPs to the output directory
> B. Ignore TIPs from the JobInProgress, but only move one file out of potentially several output files 
> B is preferred because A might be slow (if the job finished and immediately got moved out of the JobTracker memory). Since we control the file name by ourselves, we know exactly what the file names are.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.