You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/06/23 21:56:24 UTC

[jira] [Created] (AVRO-1530) Java DataFileStream does not allow distinguishing between empty files and corrupt files

Brock Noland created AVRO-1530:
----------------------------------

             Summary: Java DataFileStream does not allow distinguishing between empty files and corrupt files
                 Key: AVRO-1530
                 URL: https://issues.apache.org/jira/browse/AVRO-1530
             Project: Avro
          Issue Type: Bug
            Reporter: Brock Noland


When writing data to HDFS, especially with Flume, it's possible to write empty files. When you run Hive queries over this data, the job fails with "Not a data file." from here https://github.com/apache/avro/blob/trunk/lang/java/avro/src/main/java/org/apache/avro/file/DataFileStream.java#L102



--
This message was sent by Atlassian JIRA
(v6.2#6252)