| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
14 (0.121s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1189] cpp build requires cmake 2.8.4 - Avro - [issue]
|
|
...The cmake_minimum_required setting for the C++ build is 2.6, but when I try to compile using cmake 2.8.2 I get an error because add_test doesn't understand the WORKING_DIRECTORY property. It...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1189
Author: Todd Lipcon,
2012-11-05, 04:47
|
|
|
[AVRO-405] Netty-based Java RPC server - Avro - [issue]
|
|
...A nonblocking RPC server based on Netty should be more scalable than the current implementation.We should provide two mechanisms for interfacing the RPC server to the implementations:1) "Blo...
|
|
|
http://issues.apache.org/jira/browse/AVRO-405
Author: Todd Lipcon,
2012-07-02, 00:11
|
|
|
[AVRO-406] Support streaming RPC calls - Avro - [issue]
|
|
...Avro nicely supports chunking of container types into multiple frames. We need to expose this to RPC layer to facilitate use cases like the Hadoop Datanode where a single "RPC" can yield far...
|
|
|
http://issues.apache.org/jira/browse/AVRO-406
Author: Todd Lipcon,
2012-03-09, 11:16
|
|
|
[AVRO-266] Union as java.lang.Object prevents object reuse - Avro - [issue]
|
|
...Because Unions end up deserializing as java.lang.Object and using the object's type to differentiate the union constituents, object reuse is pretty hard to achieve. I don't have a specific b...
|
|
|
http://issues.apache.org/jira/browse/AVRO-266
Author: Todd Lipcon,
2011-12-13, 19:06
|
|
|
[AVRO-305] Add ant task for genavro - Avro - [issue]
|
|
...There should be an ant task which takes .genavro files and outputs either .avpr or perhaps runs the specific compiler directly from the Schema....
|
|
|
http://issues.apache.org/jira/browse/AVRO-305
Author: Todd Lipcon,
2010-11-24, 23:46
|
|
|
[AVRO-372] Rename genavro to something like AvroIDL - Avro - [issue]
|
|
...No one likes the name genavro. Let's rename to one of these: AvroIDL (Interface Description Language) AvroHDL (Highlevel Description Language) AvroDL (Description Language)The abbreviation I...
|
|
|
http://issues.apache.org/jira/browse/AVRO-372
Author: Todd Lipcon,
2010-09-08, 21:07
|
|
|
[AVRO-263] avroj tools should return exit codes - Avro - [issue]
|
|
...avroj should exit with a non-zero exit code for error conditions. The JVM already does this for exceptions, but same should be true of usage messages, etc....
|
|
|
http://issues.apache.org/jira/browse/AVRO-263
Author: Todd Lipcon,
2010-03-01, 17:09
|
|
|
[AVRO-258] Higher-level language for authoring schemata - Avro - [issue]
|
|
...Early users of Avro have noted that authoring schemas and especially protocols in JSON feels unnatural. This JIRA is to work on a higher-level language that feels more like defining interfac...
|
|
|
http://issues.apache.org/jira/browse/AVRO-258
Author: Todd Lipcon,
2010-03-01, 17:09
|
|
|
[AVRO-227] Spec example for record serialization is incorrect - Avro - [issue]
|
|
...An instance of this record whose a field has value 27 (encoded as hex 36) and whose b field has value "foo" (encoded as hex bytes OC 66 6f 6f), would be encoded simply as the concatenation o...
|
|
|
http://issues.apache.org/jira/browse/AVRO-227
Author: Todd Lipcon,
2010-03-01, 17:09
|
|
|
[AVRO-404] Support "mixin properties" for specific codegen - Avro - [issue]
|
|
...As we add more features for RPC and the specific codegen, there are some codegen options that should be provided as annotations on schema fields. For example, some users may want to turn bin...
|
|
|
http://issues.apache.org/jira/browse/AVRO-404
Author: Todd Lipcon,
2010-02-06, 05:12
|
|
|
|