[
https://issues.apache.org/jira/browse/FLINK-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047191#comment-15047191
]
ASF GitHub Bot commented on FLINK-3147:
---------------------------------------
GitHub user ndimiduk opened a pull request:
https://github.com/apache/flink/pull/1442
[FLINK-3147] HadoopOutputFormatBase should expose mutexes for subclasses
Simple patch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ndimiduk/flink
3147-hadoopoutputformatbase-mutexes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1442.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1442
----
commit 94701d18ba6e47c033765ff8b0e444ce42a776d5
Author: Nick Dimiduk <[email protected]>
Date: 2015-12-08T18:20:58Z
[FLINK-3147] HadoopOutputFormatBase should expose mutexes for subclasses
----
> HadoopOutputFormatBase should expose mutexes for subclasses
> -----------------------------------------------------------
>
> Key: FLINK-3147
> URL: https://issues.apache.org/jira/browse/FLINK-3147
> Project: Flink
> Issue Type: Improvement
> Reporter: Nick Dimiduk
> Priority: Minor
>
> While adopting PhoenixOutputFormat to a streaming job, I find that the
> implementation of {{HadoopOutputFormatBase#close}} is not relevant when
> there's no temp file to move. However, subclasses cannot effectively override
> implementation because {{CLOSE_MUTEX}} is marked private.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)