| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
31 (0.108s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro-C: namespace lookup and inherited namespaces - Avro - [mail # dev]
|
|
...FWIW, I think the Ruby bug was fixed here: https://issues.apache.org/jira/browse/AVRO-1272 — take a look at the patch, perhaps you can adopt a similar approach in the C implementation (I don...
|
|
|
Author: Martin Kleppmann,
2013-05-07, 14:03
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...I'm afraid I don't have an example -- the code I have is very entangled with our internal stuff; it would take a while to extract the general-purpose parts. I do mean , NullWritable>...
|
|
|
Author: Martin Kleppmann,
2013-04-25, 16:05
|
|
|
Re: Avro with Snappy compression on Hive - Avro - [mail # user]
|
|
...http://svn.apache.org/viewvc/avro/trunk/lang/java/mapred/src/main/java/org/apache/avro/mapred/AvroJob.java?view=markup#l45:) On 25 April 2013 07:57, nir_zamir wrote: ...
|
|
|
Author: Martin Kleppmann,
2013-04-25, 15:02
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...Oh, sorry, you're right. I was too hasty. One approach that I've used for joining Avro inputs is to use regular Hadoop mappers and reducers (instead of AvroMapper/AvroReducer) with Mul...
|
|
|
Author: Martin Kleppmann,
2013-04-25, 14:43
|
|
|
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
|
|
|
|