You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by felix gao <gr...@gmail.com> on 2011/02/08 07:04:45 UTC

Python stream reader for AVRO

Guys,

I have a function that returns a file handle in python when I want to read
the content of avro from file.  I am wondering how to do the same thing when
the data is piped in with commands like cat file1.avro file2.avro | python
avroreader.py | head

Felix