| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
12 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1234] Avro MapReduce jobs silently ignore input data without '.avro' extension - Avro - [issue]
|
|
...The AvroInputFormat class explicitly checks each input path for a '.avro' extension. If only some of the input paths have the correct extension, the remainder are silently ignored and not in...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1234
Author: Dave Beech,
2013-02-19, 18:59
|
|
|
Re: Avro + MRUnit - Avro - [mail # user]
|
|
...Hi Tanya Sorry I forgot to get back to you about this. When I ran your code I didn't get the same error as you, but the test didn't produce expected results either. I think it is becau...
|
|
|
Author: Dave Beech,
2013-01-09, 15:13
|
|
|
[AVRO-1219] Add support for grouping comparators without an implementation of the RawComparator interface - Avro - [issue]
|
|
...From http://mail-archives.apache.org/mod_mbox/avro-user/201212.mbox/%3CCAFZSZPvKcSTf84hwqOhZ7OchtcnxmDwp1krYaaq2qsLDtV0brw%40mail.gmail.com%3ESummary:If you want to use a grouping comparator...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1219
Author: Dave Beech,
2012-12-12, 09:04
|
|
|
Re: Grouping comparators - old vs new mapreduce APIs - Avro - [mail # user]
|
|
...Thanks Doug. Yes, extra documentation would be good but I think the subclass would be really useful too. I'll file a JIRA and work on a patch for it. Cheers, Dave On 11 December...
|
|
|
Author: Dave Beech,
2012-12-12, 08:53
|
|
|
Grouping comparators - old vs new mapreduce APIs - Avro - [mail # user]
|
|
...Hi, I ran into an issue with grouping comparators today when using the Avro "new" mapreduce API. (I'll say "old" to refer to mapred.* and "new" to refer to mapreduce.* and hope this is...
|
|
|
Author: Dave Beech,
2012-12-11, 15:11
|
|
|
Re: Avro + MRUnit - Avro - [mail # user]
|
|
...Hi Tanya How was your Count class created? Did you write it yourself or did you use Avro tools to generate code from a schema? Something is mixed up because Avro is trying to write a "...
|
|
|
Author: Dave Beech,
2012-12-11, 09:58
|
|
|
[AVRO-1171] Configure method is being called twice on AvroMapper instances - Avro - [issue]
|
|
...The configure method is being called twice on each AvroMapper instance. The first call is made via reflection, when the instance is created by ReflectionUtils, and the second is made explici...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1171
Author: Dave Beech,
2012-12-10, 17:57
|
|
|
[AVRO-1210] Spellling / grammar mistakes in AvroMultipleOutputs - Avro - [issue]
|
|
...There are a couple of mistakes in error messages in AvroMultipleOutputs:"Name cannot be NULL or emtpy""Name cannot be have a '" + ch + "' char"...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1210
Author: Dave Beech,
2012-12-10, 17:57
|
|
|
Re: run time error during reduce stage: No field named ____ in: null - Avro - [mail # user]
|
|
...I think I have it. Your reducer isn't being called at all, because the signature of the reducer method doesn't match the one in AvroReducer. So, the base implementation isn't being ove...
|
|
|
Author: Dave Beech,
2012-11-02, 16:06
|
|
|
Re: run time error during reduce stage: No field named ____ in: null - Avro - [mail # user]
|
|
...Hi Brian I don't think the output from the reducer should be a Pair. You said you got an error when you didn't use a Pair here - what was it? Cheers, Dave On 1 November 201...
|
|
|
Author: Dave Beech,
2012-11-01, 22:49
|
|
|
|