| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
11 (2.881s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1103] New AvroDeserializer should Locate Appropriate Classloader - Avro - [issue]
|
|
...Continuing on from AVRO-873 I believe some more work needs to be done to get the MapReduce 2 APIs in Avro 1.7 working with Hadoop 0.23. Since it revolves around classloaders it is complex to...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1103
Author: Jacob Metcalf,
2013-02-01, 16:28
|
|
|
Avro Hamcrest Matcher - Avro - [mail # user]
|
|
...Have contributed a Hamcrest matcher to GitHub which we find very useful in unit tests to check the equality of complex Avro objects in asserts and expectations: https://github.com/Byhi...
|
|
|
Author: Jacob Metcalf,
2013-01-11, 08:25
|
|
|
RE: version of avro - Avro - [mail # user]
|
|
... Yes I have CDH4 working happily with Avro 1.7.0 following the process descr ibed below. The various methods of distributing the Avro jar are discussed in http://ww w.cloudera.com/blog/...
|
|
|
Author: Jacob Metcalf,
2012-10-20, 07:59
|
|
|
Re: Secondary sort in hadoop with avro - Avro - [mail # user]
|
|
...I suspect the best way would be to work out how to apply the techniques to MR1. However for MR2 support look at AVRO-593 and odiago-avro on github. Garret Wu has written a ...
|
|
|
Author: Jacob Metcalf,
2012-09-13, 09:24
|
|
|
RE: Secondary sort in hadoop with avro - Avro - [mail # user]
|
|
...Frank I have spent a bit of time doing this recently but with MR2 and CDH4 which may not be appropriate to your use case. However assuming some similarities , I suspect your problem is...
|
|
|
Author: Jacob Metcalf,
2012-09-11, 22:09
|
|
|
Re: avro 1.7.0 with CDH4 - Avro - [mail # user]
|
|
...That would be ideal. With MRUnit for example both builds are in the repo an d you use hadoop2 to get the right one. From: Garrett Wu Sent: 16 Jul 2012 16:56:54 GMT To: [EMAIL P...
|
|
|
Author: Jacob Metcalf,
2012-07-16, 17:11
|
|
|
Re: avro 1.7.0 with CDH4 - Avro - [mail # user]
|
|
...Avro 17 is compiled against Hadoop 1 i.e. CDH3. I have it running aginst CDH4 but I had to patch and recompile Avro, then replace the Avro 153 in the Hadoop lib directory with 17...
|
|
|
Author: Jacob Metcalf,
2012-07-05, 12:12
|
|
|
Suggestions when using Pair.getPairSchema for Reduce-Side Joins in MR2 - Avro - [mail # user]
|
|
... I spent an hour or so of today debugging some map reduce jobs I had develop ed in Avro 1.7 and Map Reduce 2 and thought it might be constructive to sha re. I needed to do a reduce side...
|
|
|
Author: Jacob Metcalf,
2012-06-27, 22:09
|
|
|
RE: Hadoop 0.23, Avro Specific 1.6.3 and "org.apache.avro.generic.GenericData$Record cannot be cast to " - Avro - [mail # user]
|
|
...Ken Thanks for the suggestions here. I have finally got things working on Hadoo p 0.20.2 + Avro 1.7 and got to the bottom of what was wrong with Hadoop 0.2 3. The root of the issue is that A...
|
|
|
Author: Jacob Metcalf,
2012-05-20, 15:26
|
|
|
RE: Hadoop 0.23, Avro Specific 1.6.3 and "org.apache.avro.generic.GenericData$Record cannot be cast to " - Avro - [mail # user]
|
|
... Ken, thanks for getting back to me. 1) The Avro specific classes are generated and packed in the same JAR as th e mapper and reducer. Attached is my example http://markma...
|
|
|
Author: Jacob Metcalf,
2012-05-13, 21:03
|
|
|
|