[
https://issues.apache.org/jira/browse/HIVE-6490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yash Datta updated HIVE-6490:
-----------------------------
Labels: patch (was: )
Status: Patch Available (was: Open)
check if jobConf has the property "mapred.output.committer.class" set. If yes,
we set the outputcommitter class for the MR job , else NullOutputcommitter is
set as in the normal flow
Change has been done in both Hadoop20Shims.java and HadoopShimsSecure.java
> Override the default NullOutputCommitter in hive hadoop shims class
> -------------------------------------------------------------------
>
> 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.
> commitJob provides a place to do job context tasks if needed by the storage
> handler
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)