You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/12/31 18:27:29 UTC

[jira] Resolved: (HADOOP-5813) TeraRecordWriter doesn't override parent close() method

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

Tom White resolved HADOOP-5813.
-------------------------------

    Resolution: Won't Fix

Fixed in MAPREDUCE-639.

> TeraRecordWriter doesn't override parent close() method
> -------------------------------------------------------
>
>                 Key: HADOOP-5813
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5813
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Tom White
>            Assignee: Owen O'Malley
>
> The signature should be
> {{public void close(Reporter reporter) throws IOException}}
> not
> {{public void close() throws IOException}}
> Using {{@Override}} would enforce this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.