| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
45 (0.657s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: 3x faster python reader - Avro - [mail # dev]
|
|
...Hi, I did the same for fastavro . I found changing the current code while keeping the same API very hard. Another option we can take is leave the current code as version 1 add th...
|
|
|
Author: Miki Tebeka,
2013-04-29, 21:32
|
|
|
Re: Python Errors - Avro - [mail # user]
|
|
...Python 2.3 is too old. IIRC the minimal Python version supported is 2.6. On Mon, Apr 15, 2013 at 1:54 PM, Milind Vaidya wrote: ...
|
|
|
Author: Miki Tebeka,
2013-04-15, 21:50
|
|
|
Re: Generic Avro Classification and Deserialization - Avro - [mail # user]
|
|
...On Fri, Jan 18, 2013 at 4:46 PM, Public Network Services wrote: There are some in the Avro source tree test directory....
|
|
|
Author: Miki Tebeka,
2013-01-19, 04:36
|
|
|
Re: Generic Avro Classification and Deserialization - Avro - [mail # user]
|
|
...Avro files have a "magic" prefix of "Obj\0x1", this might help. The schema is always embedded in the avro file in the "meta" field. On Thu, Jan 17, 2013 at 2:11 PM, Public Network Ser...
|
|
|
Author: Miki Tebeka,
2013-01-18, 18:49
|
|
|
Re: Schema File - Avro - [mail # user]
|
|
...I mean the Python tools (easy_install avro). On Sat, Nov 17, 2012 at 7:46 AM, ranjith raghunath wrote: ...
|
|
|
Author: Miki Tebeka,
2012-11-17, 19:40
|
|
|
Re: Schema File - Avro - [mail # user]
|
|
...You can use the "avro" utility that comes when you install the Python package (or fastavro if you need 3.X support). Then run "avro cat On Sat, Nov 17, 2012 at 5:41 AM, ranjith raghun...
|
|
|
Author: Miki Tebeka,
2012-11-17, 15:36
|
|
|
Re: text files to avro - Avro - [mail # user]
|
|
...Note that input.json is one JSON record per line. On Wed, Oct 31, 2012 at 9:08 PM, Miki Tebeka wrote: ...
|
|
|
Author: Miki Tebeka,
2012-11-01, 04:10
|
|
|
Re: text files to avro - Avro - [mail # user]
|
|
...Actually, I meant something like: avro write --schema=/path/to/schema/file input.json > output.avro On Wed, Oct 31, 2012 at 9:04 AM, ranjith raghunath wrote: &n...
|
|
|
Author: Miki Tebeka,
2012-11-01, 04:08
|
|
|
Re: text files to avro - Avro - [mail # user]
|
|
...You can use the "avro" tool that comes with the Python package (easy_install avro). It can convert both JSON (one per line) or CSV files to avro. On Tue, Oct 30, 2012 at 9:52 PM, Ranj...
|
|
|
Author: Miki Tebeka,
2012-10-31, 12:28
|
|
|
[AVRO-860] Invalid JSON when printing out records with unicode - Avro - [issue]
|
|
...I have an avro file, that when printed returns invalid JSON.The code for iterating and printing is:DatumReader<GenericRecord> reader = new GenericDatumReader<GenericRecord>();&nb...
|
|
|
http://issues.apache.org/jira/browse/AVRO-860
Author: Miki Tebeka,
2012-09-13, 21:09
|
|
|
|