[
https://issues.apache.org/jira/browse/HADOOP-10707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033998#comment-14033998
]
Eustache commented on HADOOP-10707:
-----------------------------------
Example stack trace:
"""
Traceback (most recent call last):
File "../tools/avro2json.py", line 10, in <module>
df_reader = datafile.DataFileReader(avrofile, io.DatumReader())
File "/Users/eustache/anaconda/lib/python2.7/site-packages/avro/datafile.py",
line 240, in __init__
raise DataFileException('Unknown codec: %s.' % self.codec)
avro.datafile.DataFileException: Unknown codec: bzip2.
"""
> support bzip2 in python avro tool
> ---------------------------------
>
> Key: HADOOP-10707
> URL: https://issues.apache.org/jira/browse/HADOOP-10707
> Project: Hadoop Common
> Issue Type: Improvement
> Components: tools
> Reporter: Eustache
> Priority: Minor
> Labels: avro
>
> The Python tool to decode avro files is currently missing support for bzip2
> compression.
--
This message was sent by Atlassian JIRA
(v6.2#6252)