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.