| clear query|facets|time |
Search criteria: .
Results from 131 to 140 from
7214 (0.07s).
|
|
|
Loading phrases to help you refine your search...
|
|
Issue with a union with bytes and DataFileReader? - Avro - [mail # user]
|
|
...This should replicate the issue on 1.7.4: https://gist.github.com/jcoveney/5459644 Basically, when using DataFileReader to read a union of bytes, it's outputting in the form of {"bytes...
|
|
|
Author: Jonathan Coveney,
2013-04-25, 13:26
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...UPDATE: Hadoop was loading Avro from its own classpath (amazing how many folders include the avro jar..). I manipulated it so it uses the patched avro and now I can confirm the fix works! &n...
|
|
|
Author: nir_zamir,
2013-04-25, 12:22
|
|
|
[AVRO-1279] Avro-C: file_read_header() segfaults when avro.codec is not defined - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-1279
Author: Carl Steinbach,
2013-04-25, 07:17
|
|
|
[AVRO-1296] Python: schemas retrieved from protocol types ignore namespace - Avro - [issue]
|
|
...If I parse a protocol p using avro.protocol.parse, which defines "namespace": "ns" and then retrieve a child schema s from the protocol's proto.types (or proto.types_dict), then s does not h...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1296
Author: Jeremy Kahn,
2013-04-24, 20:35
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...Hey Martin, I think those classes refer to outputting to multiple files rather than reading from multiple files, which is what's needed for a reduce-side join. thanks, Sripad &nb...
|
|
|
Author: Sripad Sriram,
2013-04-24, 19:02
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...Hey Sripad, Take a look at AvroMultipleInputs. http://avro.apache.org/docs/1.7.4/api/java/org/apache/avro/mapred/AvroMultipleOutputs.html(mapred version) http://avro.apache.org/docs/1....
|
|
|
Author: Martin Kleppmann,
2013-04-24, 10:35
|
|
|
Re: Support for inheritance in avro IDL? - Avro - [mail # dev]
|
|
...We're also using unions now for patterns like this so it's not terribly high priority. But I'd still like to do this as currently, the client code is not terribly nice to look at with all th...
|
|
|
Author: Alexandre Normand,
2013-04-24, 03:57
|
|
|
[AVRO-1309] ProtobufData does not correctly handle nested enums - Avro - [issue]
|
|
...When an enum is nested in several messages, a ClassNotFoundException is thrown when calling the DataFileWriter append method. I've attached a stack trace.The offending line (ProtobufData.jav...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1309
Author: Steve Zesch,
2013-04-24, 01:11
|
|
|
[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
|
|
|
|