| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
7249 (0.076s).
|
|
|
Loading phrases to help you refine your search...
|
|
How best to represent this in a union. - Avro - [mail # user]
|
|
...Just trying to validate this is a good approach.We currently have a union schema that we use to define a simple data item of type "any" (like the old COM Variant): {"name": "item", "ty...
|
|
|
Author: William McKenzie,
2013-05-14, 21:27
|
|
|
[AVRO-1310] Avro Maven project can't be built from scratch - Avro - [issue]
|
|
...When getting the Java 'trunk' from SVN and trying to use Maven Install ('mvn install') there are errors.Most of the errors are in tests so I tried skipping the tests but it still fails.See m...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1310
Author: Nir Zamir,
2013-05-14, 18:22
|
|
|
Re: ArrayIndexOutOfBoundsException in Symbol.getSymbol in map reduce job - Avro - [mail # user]
|
|
...I'm using Avro 1.7.4, and the error is coming between a map step and reduce step. I'm unsure how an Avro record could get corrupted between a mapper and reducer, but it has, how would I be a...
|
|
|
Author: Sripad Sriram,
2013-05-14, 02:20
|
|
|
Re: Jackson and Avro, nested schema - Avro - [mail # user]
|
|
...On Wed, May 8, 2013 at 11:49 AM, David Arthur wrote: There's code in Avro that will read and write Jackson JsonNode directly, without creating any intermediate "value" structure....
|
|
|
Author: Doug Cutting,
2013-05-13, 23:25
|
|
|
Re: Hadoop serialization DatumReader/Writer - Avro - [mail # user]
|
|
...Scott Carey writes: Excellent! Which work in particular? In my pass through the AvroSerialization implementation so far, it looks like each MR task would create eit...
|
|
|
Author: Marshall Bockrath-Vandegr...,
2013-05-13, 23:22
|
|
|
Re: ArrayIndexOutOfBoundsException in Symbol.getSymbol in map reduce job - Avro - [mail # user]
|
|
...Its difficult to tell what the error means without context and other info (such as version). If I had to guess, I think there may be a corruption on the file being processed here. Does runni...
|
|
|
Author: Harsh J,
2013-05-13, 22:40
|
|
|
Re: Hadoop serialization DatumReader/Writer - Avro - [mail # user]
|
|
...Making the DatumReader/Writers configurable would be a welcome addition. Ideally, much more of what goes on there could be: 1. configuration driven 2. pre-computed to avoid...
|
|
|
Author: Scott Carey,
2013-05-13, 22:08
|
|
|
Re: avro.java.string vs utf8 compatibility in recent pig and hive versions - Avro - [mail # user]
|
|
...The change in the Pig loader in PIG-3297 seems correct they must use CharSequence, not Utf8. I suspect that the Avro 1.5.3.jar does not respect the "avro.java.string" property and is...
|
|
|
Author: Scott Carey,
2013-05-13, 21:59
|
|
|
ArrayIndexOutOfBoundsException in Symbol.getSymbol in map reduce job - Avro - [mail # user]
|
|
...Hi all, A java hadoop job that's previously executed without issue began erroring with the following stack trace - have any of you seen this before? java.lang.ArrayIndexOutOfBoun...
|
|
|
Author: Sripad Sriram,
2013-05-13, 21:58
|
|
|
Re: Jackson and Avro, nested schema - Avro - [mail # user]
|
|
...It appears that you will need to modify the JSON decoder in Avro to achieve this. The JSON decoder in Avro was built to encode any Avro schema into JSON with 100% fidelity, so that the...
|
|
|
Author: Scott Carey,
2013-05-13, 21:51
|
|
|
|