| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
7247 (3.2s).
|
|
|
Loading phrases to help you refine your search...
|
|
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: Avro with Snappy compression on Hive - Avro - [mail # user]
|
|
...Thanks Martin, that worked! Would be happy to know how you guess it.. View this message in context: http://apache-avro.679487.n3.nabble.com/Avro-with-Snappy-compression-o...
|
|
|
Author: nir_zamir,
2013-04-25, 14:57
|
|
|
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
|
|
|
Avro with Snappy compression on Hive - Avro - [mail # user]
|
|
...Hi, I have a Hive table created with the Avro Serde. When I add some data to it using the Snappy compression, it still looks compressed with deflate (the file starts with 'Obj......
|
|
|
Author: nir_zamir,
2013-04-25, 14:12
|
|
|
Issue with a union with bytes and DataFileReader? - Avro - [mail # user]
|
|
...This should replicate the issue on 1.7.4: https://gist.github.com/jcoveney/5459644 Basically, when using DataFileReader to read a union of bytes, it's outputting in the form of {"bytes...
|
|
|
Author: Jonathan Coveney,
2013-04-25, 13:26
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...UPDATE: Hadoop was loading Avro from its own classpath (amazing how many folders include the avro jar..). I manipulated it so it uses the patched avro and now I can confirm the fix works! &n...
|
|
|
Author: nir_zamir,
2013-04-25, 12:22
|
|
|
[AVRO-1279] Avro-C: file_read_header() segfaults when avro.codec is not defined - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-1279
Author: Carl Steinbach,
2013-04-25, 07:17
|
|
|
[AVRO-1296] Python: schemas retrieved from protocol types ignore namespace - Avro - [issue]
|
|
...If I parse a protocol p using avro.protocol.parse, which defines "namespace": "ns" and then retrieve a child schema s from the protocol's proto.types (or proto.types_dict), then s does not h...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1296
Author: Jeremy Kahn,
2013-04-24, 20:35
|
|
|
Re: Joining Avro input files in using Java mapreduce - Avro - [mail # user]
|
|
...Hey Martin, I think those classes refer to outputting to multiple files rather than reading from multiple files, which is what's needed for a reduce-side join. thanks, Sripad &nb...
|
|
|
Author: Sripad Sriram,
2013-04-24, 19:02
|
|
|
|