| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
7245 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1299] SpecificRecordBase implements GenericRecord - Avro - [issue]
|
|
...Code written for generic records should be directly applicable on equivalent specific records....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1299
Author: Christophe Taton,
2013-04-24, 01:11
|
|
|
[AVRO-1308] Don't call hasField on a repeated message - Avro - [issue]
|
|
...If the hasField method of a Message object is called with an argument that is a repeatable field, an exception is thrown. The ProtobufData getField method does not check to see if a field is...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1308
Author: Steve Zesch,
2013-04-24, 01:11
|
|
|
Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...Hey folks, Aware that I can use Pig, Hive, etc to join avro files together, but I have several use cases where I need to perform a reduce-side join on two avro files. MultipleInputs do...
|
|
|
Author: Sripad Sriram,
2013-04-24, 00:01
|
|
|
Re: Support for inheritance in avro IDL? - Avro - [mail # dev]
|
|
...I would not be opposed to adding inheritance in IDL. FWIW, another way to represent sub-types is through a union field in the "super" record, i.e.: record Shape { int x; &...
|
|
|
Author: Doug Cutting,
2013-04-23, 23:06
|
|
|
[AVRO-1304] Python Avro match_schemas called redundantly - Avro - [issue]
|
|
...DatumReader.match_schemas(writers_schema, readers_schema) is called on every single read from the DatumReader. However, for almost every read, the schemas used are the object members s...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1304
Author: Uri Laserson,
2013-04-23, 21:18
|
|
|
[AVRO-1277] Improve performance of reflection-based serializers - Avro - [issue]
|
|
...I've played a bit with Avro serialization based on reflection, i.e. with the classes from org.apache.avro.generic package.It works fine in this mode, but is rather slow compared to such fram...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1277
Author: Leo Romanoff,
2013-04-23, 17:42
|
|
|
Re: help with Avro compilation... - Avro - [mail # user]
|
|
...On Mon, Apr 22, 2013 at 11:38 PM, nir_zamir wrote: General information on contribution to Avro is at: https://cwiki.apache.org/AVRO/how-to-contribute.html In p...
|
|
|
Author: Doug Cutting,
2013-04-23, 16:45
|
|
|
Re: map/reduce of compressed Avro - Avro - [mail # user]
|
|
...To my knowledge, LZO is not a supported codec for Avro data files. It's possible that you have a LZO-compressed Hadoop sequence file containing Avro records, but that would be a format you d...
|
|
|
Author: Martin Kleppmann,
2013-04-23, 10:38
|
|
|
Re: map/reduce of compressed Avro - Avro - [mail # user]
|
|
...Thanks Martin. What will happen if I try to use an indexed LZO-compressed avro file? Will it work and utilize the index to allow multiple mappers? I think that for Snappy for exa...
|
|
|
Author: nir_zamir,
2013-04-23, 06:47
|
|
|
Re: help with Avro compilation... - Avro - [mail # user]
|
|
...Hi Doug, I followed your instruction, but there's still an error: [ERROR] Failed to execute goal org.apache.avro:avro-maven-plugin:1.7.5-SNAPSHOT:idl-protocol (schemas) on projec...
|
|
|
Author: nir_zamir,
2013-04-23, 06:38
|
|
|
|