Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 37 (0.134s).
Loading phrases to help you
refine your search...
Re: Avro with Snappy compression on Hive - Avro - [mail # user]
...I've never Avro output with Hive, but just as a guess, try this:  SET avro.output.codec=snappy;  The mapred.output.compression.codec and mapred.output.compression.type options are ...
   Author: Martin Kleppmann, 2013-04-25, 14:19
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: 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]
...You don't need to do anything special to accept compressed Avro files as input, as it's detected automatically and decompressed transparently. M/R jobs support all codecs that the Java imple...
   Author: Martin Kleppmann, 2013-04-22, 14:52
[AVRO-1287] Interop tests should test codecs as well - Avro - [issue]
...Currently the interop tests for data files only generate and parse a data file with null codec in each language. Given that the deflate codec is also a required codec in the spec, we should ...
http://issues.apache.org/jira/browse/AVRO-1287    Author: Martin Kleppmann, 2013-04-13, 07:41
[AVRO-1288] Ruby: support deflate codec in data files - Avro - [issue]
...The current Ruby implementation of data files only supports the "null" codec. Given that "deflate" is required by the spec, it should really be supported too....
http://issues.apache.org/jira/browse/AVRO-1288    Author: Martin Kleppmann, 2013-04-13, 07:41
Re: PHP test suite failing - Avro - [mail # dev]
...Hmm. I downgraded to PHP 5.3.23, but still get the same test failures. Does anyone know their way around the PHP test suite?  Doug, would you mind applying the patch from https://issues...
   Author: Martin Kleppmann, 2013-04-11, 20:47
Re: Union in AvroMapper.map: Not in Union?? - Avro - [mail # user]
...On 10 April 2013 11:47, Doug Cutting  wrote:   Oh yes — sorry, I misread the code. (I overlooked the fact that DataFileStream.initialize mutates the reader to use the writer's sche...
   Author: Martin Kleppmann, 2013-04-10, 20:30
PHP test suite failing - Avro - [mail # dev]
...Hello,  I'm trying to get the tests in all languages working on my machine, before making changes to the interop tests ( https://issues.apache.org/jira/browse/AVRO-1287). All tests refe...
   Author: Martin Kleppmann, 2013-04-10, 06:18
Re: Union in AvroMapper.map: Not in Union?? - Avro - [mail # user]
...Hi Nir,  I'm not an expert with the avro.mapred APIs, but as far as I know, AvroJob does not perform schema evolution, so the schema you provide to AvroJob.setInputSchema has to be the ...
   Author: Martin Kleppmann, 2013-04-10, 03:55
Sort:
project
Avro (37)
Kafka (1)
type
mail # user (25)
issue (7)
mail # dev (5)
date
last 7 days (1)
last 30 days (6)
last 90 days (22)
last 6 months (33)
last 9 months (37)
author
Doug Cutting (806)
Scott Carey (440)
Jeff Hammerbacher (175)
Philip Zeyliger (118)
Matt Massie (102)
Bruce Mitchener (89)
Douglas Creager (82)
Thiruvalluvan M. G. (82)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (46)
Martin Kleppmann