You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/10/21 07:32:00 UTC

[jira] [Updated] (HIVE-6490) Hooks to map reduce task output (OutputCommitter) for Hive Storage Handlers

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

Stamatis Zampetakis updated HIVE-6490:
--------------------------------------

I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED.

According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed.

> Hooks to map reduce task output (OutputCommitter) for Hive Storage Handlers
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-6490
>                 URL: https://issues.apache.org/jira/browse/HIVE-6490
>             Project: Hive
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 0.10.0
>            Reporter: Yash Datta
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.10.1
>
>         Attachments: HIVE-6490-branch-0.10.patch
>
>
> If user sets the "mapred.output.committer.class" property in jobConf via the storage handler implementation , then he/she can override the nulloutputcommitter to get hooks for commitJob , cleanupJob etc.
> Hence we can make use of the outputcommitter class in hive :
> http://hadoop.apache.org/docs/r2.2.0/api/org/apache/hadoop/mapred/OutputCommitter.html
> commitJob provides a place to do job context tasks if needed by the storage handler 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)