| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
7215 (2.861s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1283] remove static caches from GenericData, SpecificData and ReflectData - Avro - [issue]
|
|
...Currently GenericData, ReflectData and SpecificData are often treated as singletons, through an instance returned by a static get() method. Because of this, the caches they have must b...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1283
Author: Doug Cutting,
2013-04-30, 01:02
|
|
|
Re: map/reduce of compressed Avro - Avro - [mail # user]
|
|
...Out of curiosity, are there any other file formats that provide splittable gzip compression like Avro object containers? I can only think of Sequence Files. On 4/29/13 3:47 PM, "...
|
|
|
Author: Enns, Steven,
2013-04-29, 22:53
|
|
|
Re: map/reduce of compressed Avro - Avro - [mail # user]
|
|
...Martin said it already, but I will emphasize: Avro data files are splittable and can support multiple mappers no matter what codec is used for compression. This is because avro f...
|
|
|
Author: Scott Carey,
2013-04-29, 22:47
|
|
|
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: 3x faster python reader - Avro - [mail # dev]
|
|
...It's probably too messy to go into a patch at this point. I just put the code up on a fork: https://github.com/laserson/avro/tree/perf Phil, perhaps we could sit down at so...
|
|
|
Author: Uri Laserson,
2013-04-29, 18:55
|
|
|
Re: 3x faster python reader - Avro - [mail # dev]
|
|
...Hi Uri, Once you post to the JIRA, I'd be happy to review it. On Mon, Apr 29, 2013 at 9:22 AM, Doug Cutting wrote: ...
|
|
|
Author: Philip Zeyliger,
2013-04-29, 17:56
|
|
|
Re: 3x faster python reader - Avro - [mail # dev]
|
|
...Uri, This sounds awesome! Is the API compatible with the existing API? If it's incompatible and cannot easily be made compatible then perhaps we can add it as the 'new' API...
|
|
|
Author: Doug Cutting,
2013-04-29, 16:22
|
|
|
3x faster python reader - Avro - [mail # dev]
|
|
...Hi all, I rewrote some of the python code to read avro files. I was able to achieve a ~3x speedup over the current impl, and can probably do better if it was cleaned up more. &nb...
|
|
|
Author: Uri Laserson,
2013-04-29, 05:24
|
|
|
Re: help with Avro compilation... - Avro - [mail # user]
|
|
...Done.. Looking forward for the fix so I can test future patches.. Thanks, Nir View this message in context: http://apache-avro.679487.n3.nabble.com/help-with-Avro-compilat...
|
|
|
Author: nir_zamir,
2013-04-28, 09:02
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...That makes a lot of sense - thanks, and I'll give it a shot! On Fri, Apr 26, 2013 at 1:41 PM, Johannes Schulte wrote: ...
|
|
|
Author: Sripad Sriram,
2013-04-28, 02:11
|
|
|
|