| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
7337 (0.153s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro RPC: Python to Java isn't working for me... - Avro - [mail # user]
|
|
...Stefan Were you ever able to make any progress on this ? Just curious :) Atin Sood Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, May 22, 201...
|
|
|
Author: Atin Sood,
2013-05-29, 00:07
|
|
|
Re: Working examples - Avro - [mail # user]
|
|
...This one should get you started. These are in python, but potato patato. You should be able to write ruby clients referencing these. There are 2 examples demoing RPC. One is java clie...
|
|
|
Author: Atin Sood,
2013-05-29, 00:06
|
|
|
Re: Is Avro right for me? - Avro - [mail # user]
|
|
...Flume is actually working on what you might call "first class" Avro support right now, but today you can use it and there are people doing so in production with success. First of all, ...
|
|
|
Author: Mike Percy,
2013-05-29, 00:02
|
|
|
Working examples - Avro - [mail # user]
|
|
...Any good working examples of Avro in action (preferably RPC and even more preferable in Ruby)? I tried the following mail RPC example but it doesn't work out of the box. https://github...
|
|
|
Author: Mark,
2013-05-29, 00:01
|
|
|
Re: how to implement inheritance in Avro - Avro - [mail # user]
|
|
...You can put these all in one file by putting square brackets around the three schemas and commas between them, so that it is interpreted as a union schema. Or you can put them in three...
|
|
|
Author: Doug Cutting,
2013-05-28, 22:41
|
|
|
Re: Is Avro right for me? - Avro - [mail # user]
|
|
...Thanks for all of the information. I actually looked into Kafka quite some time ago and I think we passed on it because it didn't have much ruby support (That may have changed by now)....
|
|
|
Author: Mark,
2013-05-28, 22:38
|
|
|
how to implement inheritance in Avro - Avro - [mail # user]
|
|
...Hi all, I've been struggling to get some sort of inheritance model to work with Avro but I've not been very successful at it. So maybe someone in hear can give me a pointer. What I've ...
|
|
|
Author: Mika Ristimaki,
2013-05-28, 22:18
|
|
|
Re: avro-1.7.4 for python throws exception on Windows server 2008 - Avro - [mail # user]
|
|
...IMO the file you're writing to didn't flush. Try either closing the file explicitly or (better) use "with" with open("test.avro", "w") as out: ...
|
|
|
Author: Miki Tebeka,
2013-05-28, 16:53
|
|
|
[AVRO-1328] Java: Additional annotations for reflection - Avro - [issue]
|
|
...I added three java annotations to the reflect package: @AvroIgnore, @AvroName and @AvroMetadata.Fields with the @AvroIgnore annotation will be treated as if they had a transient modifier, i....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1328
Author: Vincenz Priesnitz,
2013-05-28, 15:01
|
|
|
[AVRO-1330] java: allow custom Encodings with annotations - Avro - [issue]
|
|
...I propose an annotation @AvroEncode that allows one to encode a java field or a class directly. The motivation behind this is that some classes are impossible to serialize due to transient f...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1330
Author: Vincenz Priesnitz,
2013-05-28, 15:01
|
|
|
|