[
https://issues.apache.org/jira/browse/HBASE-14574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14949582#comment-14949582
]
Hudson commented on HBASE-14574:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6887 (See
[https://builds.apache.org/job/HBase-TRUNK/6887/])
HBASE-14574 TableOutputFormat#getRecordWriter javadoc misleads (stack: rev
12cc2005c163216c508074dccb239b3fb8bcdc58)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapred/TableOutputFormat.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableOutputFormat.java
> TableOutputFormat#getRecordWriter javadoc misleads
> --------------------------------------------------
>
> Key: HBASE-14574
> URL: https://issues.apache.org/jira/browse/HBASE-14574
> Project: HBase
> Issue Type: Improvement
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0, 1.3.0
>
> Attachments: 14574.txt
>
>
> Some feedback from a user was that it was not plain that getRecordWriter
> returns a NEW instance on each invocation. The base Interface javadoc on
> OutputWriter would seem to indicate there is one instance for a whole
> 'job'... That is not what we do. So, just reading the javadoc, you'd not
> bother with closing the returned record writer since the framework will do
> the close up for you; thats what the javadoc implies. This made it so it
> seemed hbase was losing writes.
> Lets fix in javadoc at least.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)