| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
7336 (0.16s).
|
|
|
Loading phrases to help you refine your search...
|
|
Secondary Sort Helper - Avro - [mail # user]
|
|
...Hi all, I am using a lot of secondary sort Comparators in my avro map reduce jobs. However I haven't found a comfortable way of constructing the grouping schema (sorting schema is most...
|
|
|
Author: Johannes Schulte,
2013-05-17, 20:22
|
|
|
Re: Transform a single .avdl or .avpr into one or many .avsc - Avro - [mail # user]
|
|
...There's not a tool that does this currently. Note however that existing tools will generate Java classes for each type in an IDL file, so if you're only using Java then you might not n...
|
|
|
Author: Doug Cutting,
2013-05-17, 19:11
|
|
|
Re: Transform a single .avdl or .avpr into one or many .avsc - Avro - [mail # user]
|
|
...The "types" field in a protocol (.avro) may get you what you need. The corresponding schema objects should be able to render to well-formed avsc objects. On May 17, 2013 5:47 AM, "Bertrand D...
|
|
|
Author: Jeremy Kahn,
2013-05-17, 14:10
|
|
|
[AVRO-1325] Enhanced Schema Builder API - Avro - [issue]
|
|
...The schema builder from AVRO-1274 has a few key limitations. I have proposed changes to make before it is released and the public API is locked in....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1325
Author: Scott Carey,
2013-05-17, 13:59
|
|
|
Transform a single .avdl or .avpr into one or many .avsc - Avro - [mail # user]
|
|
...Hi, I have lots of avro schemas and most of them are about complex objects (ie nested definition of stuff). The syntax of avro idl is attractive in order to build something more readab...
|
|
|
Author: Bertrand Dechoux,
2013-05-17, 12:46
|
|
|
Re: Best practices for java enums...? - Avro - [mail # user]
|
|
...Hi Scott, How would you envision this working with the avro compiler? Would it be akin to the capabilites added by AVRO-1188 where the existing java enums would be referenced in the im...
|
|
|
Author: Felix GV,
2013-05-16, 23:51
|
|
|
[AVRO-1295] null namespace within non-null is not print/parse consistent - Avro - [issue]
|
|
...If a record with a null namespace is nested within a record with a non-null namespace then, when the outer schema is printed and re-parsed, the inner schema's namespace becomes the outer, ra...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1295
Author: Doug Cutting,
2013-05-16, 23:32
|
|
|
[AVRO-1331] Java reader backwards-compatibility breakage - Avro - [issue]
|
|
...For some cases where we encode Avro data with Avro 1.7.4, it is not readable with Avro 1.7.5-SNAPSHOT post AVRO-1295: the Java decoder is unable to discover the root definitionsAmong the pro...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1331
Author: Jeremy Kahn,
2013-05-16, 23:32
|
|
|
[AVRO-1315] Java: Schema Validation utilities - Avro - [issue]
|
|
...As part of AVRO-1124 we needed Schema Validation utilities. I have separated those out of that ticket as a stand-alone item....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1315
Author: Scott Carey,
2013-05-16, 21:31
|
|
|
[AVRO-1245] Add Merging Functionality to Generated Builders - Avro - [issue]
|
|
...Suppose I have a record with the following schema and default values: { "type": "record", "namespace": "test", "name": "User", &nbs...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1245
Author: Sharmarke Aden,
2013-05-16, 07:52
|
|
|
|