/[Apache-SVN]
ViewVC logotype

Revision 1146936


Jump to revision: Previous Next
Author: dcreager
Date: Fri Jul 15 01:22:18 2011 UTC (12 years, 9 months ago)
Changed paths: 5
Log Message:
AVRO-396. C: avrocat and avropipe commands

The new avrocat command prints the contents of an Avro file to stdout.
Each record appears on a separate line, and is formatted using the Avro
JSON encoding.

The new avropipe command prints the same contents, but the output format
is the same as if you had run the JSON encoding of the data through the
jsonpipe [1] command.  This provides a format that's more amenable to
processing using standard Unix tools, since individual scalar values (no
matter how deep the original record) appear on separate lines.

[1] https://github.com/dvxhouse/jsonpipe


Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/src/Makefile.am modified , text changed
Directoryavro/trunk/lang/c/src/avrocat.c added
Directoryavro/trunk/lang/c/src/avropipe.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26