You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsuyoshi Ozawa (JIRA)" <ji...@apache.org> on 2015/05/04 09:55:07 UTC

[jira] [Commented] (HADOOP-9692) SequenceFile reader throws EOFException on zero-length file

    [ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526379#comment-14526379 ] 

Tsuyoshi Ozawa commented on HADOOP-9692:
----------------------------------------

Rethinking of this before committing - I think we should re-throw EOFException with a message 'this " not a SequenceFile"' if EOFException is raised.

[~zjshen] what do you think?

> SequenceFile reader throws EOFException on zero-length file
> -----------------------------------------------------------
>
>                 Key: HADOOP-9692
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9692
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.0.3-alpha, 2.1.0-beta, 2.0.5-alpha
>            Reporter: Chu Tong
>            Assignee: Chu Tong
>         Attachments: HADOOP-9692.patch, HADOOP-9692.patch, HADOOP-9692.patch, HADOOP-9692.patch, HADOOP-9692.patch
>
>
> sequencefile reader throws EOFException on zero-length file, stacktrace as shown:
> Caused by: java.io.EOFException
>         at java.io.DataInputStream.readFully(DataInputStream.java:180)
>         at java.io.DataInputStream.readFully(DataInputStream.java:152)
>         at org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1845)
>         at org.apache.hadoop.io.SequenceFile$Reader.initialize(SequenceFile.java:1810)
>         at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1759)
>         at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1773)
>         at org.apache.hadoop.mapred.SequenceFileRecordReader.<init>(SequenceFileRecordReader.java:49)
>         at org.apache.hadoop.mapred.SequenceFileInputFormat.getRecordReader(SequenceFileInputFormat.java:64)
>         at org.apache.hadoop.hive.ql.io.CombineHiveRecordReader.<init>(CombineHiveRecordReader.java:65)
>         ... 16 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)