| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
7248 (0.06s).
|
|
|
Loading phrases to help you refine your search...
|
|
c++ DataFileWriter not doing validation - Avro - [mail # user]
|
|
...Hi List, I'm working with the c++ bindings to try to write data to avro files. Much of the documentation assumes that the types to be written (and the code to write the data) are...
|
|
|
Author: SCHENK, Jarrad,
2013-05-21, 03:22
|
|
|
[AVRO-1333] compare strings with .equals - Avro - [issue]
|
|
...this.spanStorageDir == other.spanStorageDir);+ this.spanStorageDir.equals(other.spanStorageDir));...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1333
Author: Dave Brosius,
2013-05-20, 04:44
|
|
|
[AVRO-1332] Improve C# DatumReader performance - Avro - [issue]
|
|
...The current implementations of the C# datum readers perform resolution of the reader and writer schema on every call to Read. In my tests this was causing it to perform poorly when reading a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1332
Author: David McIntosh,
2013-05-18, 21:31
|
|
|
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
|
|
|
[AVRO-823] Support Avro data files in C# - Avro - [issue]
|
|
...Currently, the C# implementation does not handle reading and writing of Avro data files....
|
|
|
http://issues.apache.org/jira/browse/AVRO-823
Author: Patrick Angeles,
2013-05-16, 23:59
|
|
|
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
|
|
|
|