Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 37 (0.132s).
Loading phrases to help you
refine your search...
Re: Sending Apache avro serialized data to thrift server - Avro - [mail # user]
...It's hard to tell just by looking at the code -- I suggest you inspect the contents of the array you're decoding in each case, and see if there is any difference.  Purely guessing, the ...
   Author: Martin Kleppmann, 2013-06-17, 05:46
Re: Ruby & Avro - Avro - [mail # user]
...I didn't write it, I've just been making fixes here and there :)  I've meant to look into IPC, but haven't had a chance to do so yet. Could you file a JIRA ticket please? And if you fee...
   Author: Martin Kleppmann, 2013-06-07, 20:05
Re: Ruby & Avro - Avro - [mail # user]
...No, it only serializes records to/from Ruby hashes (i.e. it's at the same level of the Java "generic" reader/writer).  I have been hacking on generating Ruby classes at runtime from an ...
   Author: Martin Kleppmann, 2013-06-07, 12:24
Re: Is Avro right for me? - Avro - [mail # user]
...On 28 May 2013, at 23:38, Mark  wrote:  Ruby support unfortunately continues to be weak. I actually wrote a brand new Kafka producer client for Ruby (not yet open source), but from...
   Author: Martin Kleppmann, 2013-05-29, 10:16
Re: Is Avro right for me? - Avro - [mail # user]
...On 27 May 2013 20:00, Stefan Krawczyk  wrote:   In an Avro data file, yes, because you just need to specify the schema once, followed by (say) a million records that all use the sa...
   Author: Martin Kleppmann, 2013-05-27, 19:34
Re: Is Avro right for me? - Avro - [mail # user]
...I don't have experience with Flume, so I can't comment on that. At LinkedIn we ship logs around by sending Avro-encoded messages to Kafka ( http://kafka.apache.org/). Kafka is nice, it scale...
   Author: Martin Kleppmann, 2013-05-27, 13:25
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
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