You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Renukaprasad Tavarekere <re...@gmail.com> on 2020/02/12 13:03:23 UTC

Regarding hardcoded OutputCommitter in MR Task

Hello,
I have a scenario where i wanted to write file after commit.
Since, HiveFileFormatUtils#prepareJobOutput(JobConf) set the
OutputCommitter to NullOutputCommitter, we are unable to write file.

Please confirm, whether we can provide configured OutputCommitter otherwise
default as NullOutputCommitter?

Regards
Prasad