| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
431 (0.092s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Reduce-side joins in Avro M/R - Avro - [mail # user]
|
|
...The overhead of checking the union is not that high, but it would be useful to be able to specify a map of different Avro schemas to source paths for a variety of use cases. I am not s...
|
|
|
Author: Scott Carey,
2012-01-05, 23:20
|
|
|
Re: encoding problem for ruby client - Avro - [mail # user]
|
|
...This sounds like the Ruby implementation does not correctly use UTF-8 on your platform for encoding strings. It may be a bug, but I am not knowledgeable enough on the Ruby implementati...
|
|
|
Author: Scott Carey,
2012-01-05, 23:13
|
|
|
Re: Deprecation warnings in generated source code - Avro - [mail # user]
|
|
...In addition to giving deprecation warnings in code that uses the deprecated fields, the generated source files themselves generate warnings. It would be nice if we had three code gener...
|
|
|
Author: Scott Carey,
2012-01-05, 23:09
|
|
|
New Avro committers: Miki Tebeka, Dona Alvarez, James Baldassari, and Tom White - Avro - [mail # dev]
|
|
...The Avro PMC has voted to add four new committers: Miki Tebeka, Dona Alvarez, James Baldassari, and Tom White Congratulations! Miki Tebeka, Dona Alvarez, and James Balda...
|
|
|
Author: Scott Carey,
2012-01-05, 18:12
|
|
|
[AVRO-424] Documentation incorrect for deflate codec - Avro - [issue]
|
|
...The deflate codec is described as:The "deflate" codec writes the length of the compressed data (as an Avro-encoded long), followed by data compressed using the deflate algorithm as specified...
|
|
|
http://issues.apache.org/jira/browse/AVRO-424
Author: Scott Carey,
2011-12-13, 19:08
|
|
|
[AVRO-771] Java: Upgrade dependencies for 1.5.0 - Avro - [issue]
|
|
...This is not a blocker.This is the 'mvn versions:display-dependency-updates' The following dependencies in Dependency Management are using the newest version:[INFO] net.sf.jopt...
|
|
|
http://issues.apache.org/jira/browse/AVRO-771
Author: Scott Carey,
2011-12-13, 19:06
|
|
|
[AVRO-765] Java: Improvement to BinaryDecoder readLong performance - Avro - [issue]
|
|
...I have found a few enhancements to the BinaryDecoder while I was working on the BinaryEncoders.BinaryDecoder's readLong improves by 75%+ on the latest 64bit Sun JVM's....
|
|
|
http://issues.apache.org/jira/browse/AVRO-765
Author: Scott Carey,
2011-12-13, 19:06
|
|
|
Re: Collecting union-ed Records in AvroReducer - Avro - [mail # user]
|
|
... On 12/8/11 4:10 AM, "Andrew Kenworthy" wrote: If both records were created in the reducer, you can call collect twice, once with each record. Collect in genera...
|
|
|
Author: Scott Carey,
2011-12-08, 17:45
|
|
|
Re: Importing in avdl from classpath of project - Avro - [mail # user]
|
|
...I think that at minimum, it would be useful to have an option to 'also look in the classpath' in the maven plugin, and have the option to do so in general with the IDL compiler. I wou...
|
|
|
Author: Scott Carey,
2011-12-07, 18:50
|
|
|
Re: Reduce-side joins in Avro M/R - Avro - [mail # user]
|
|
...This should be conceptually the same as a normal map-reduce join of the same type. Avro handles the serialization, but not the map-reduce algorithm or strategy. On 12/6/1...
|
|
|
Author: Scott Carey,
2011-12-07, 18:40
|
|
|
|