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/05/12 18:29:46 UTC

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

TeraRecordWriter doesn't override parent close() method
-------------------------------------------------------

                 Key: HADOOP-5813
                 URL: https://issues.apache.org/jira/browse/HADOOP-5813
             Project: Hadoop Core
          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.