| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
431 (0.258s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: map/reduce of compressed Avro - Avro - [mail # user]
|
|
...Martin said it already, but I will emphasize: Avro data files are splittable and can support multiple mappers no matter what codec is used for compression. This is because avro f...
|
|
|
Author: Scott Carey,
2013-04-29, 22:47
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...I would like to figure out how to make SpecificRecord and GenericRecord immutable in the longer term (or as an option with the code generation and/or builder). The builder is the first...
|
|
|
Author: Scott Carey,
2013-04-16, 04:19
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...Which aspect of the generic API are you most interested in? The builder, getters, or setters? Most people that use Specific records do so for compile time type safety, so adding ...
|
|
|
Author: Scott Carey,
2013-04-15, 19:46
|
|
|
Re: Picking up default value for a union? - Avro - [mail # user]
|
|
...Minor addition, the default value should be null not "null" http://avro.apache.org/docs/current/spec.html#schema_record On 4/9/13 8:42 PM, "Martin Kleppmann"...
|
|
|
Author: Scott Carey,
2013-04-11, 04:21
|
|
|
Re: Issue writing union in avro? - Avro - [mail # user]
|
|
...It is well documented in the specification: http://avro.apache.org/docs/current/spec.html#json_encoding I know others have overridden this behavior by extending GenericData and/or the ...
|
|
|
Author: Scott Carey,
2013-04-07, 07:16
|
|
|
Re: Has anyone developed a utility to tell what is missing from a record? - Avro - [mail # user]
|
|
...Try GenericRecordBuilder. For the Specific API, there are builders that will not let you construct an object that can not be serialized. The Generic API should have the same thing, but...
|
|
|
Author: Scott Carey,
2013-04-06, 20:42
|
|
|
Re: Issue writing union in avro? - Avro - [mail # user]
|
|
...This is due to using the JSON encoding for avro and not the binary encoding. It would appear that the Python version is a little bit lax on the spec. Some have built variations of the JSON e...
|
|
|
Author: Scott Carey,
2013-04-06, 20:36
|
|
|
Re: New Avro Committer: Martin Kleppmann - Avro - [mail # dev]
|
|
...Yes, please still attach patches to JIRA and ask for review, aside from absolutely trivial changes (e.g. typo in code comment or CHANGES.txt). Typically we wait for comments and review befor...
|
|
|
Author: Scott Carey,
2013-04-01, 08:01
|
|
|
[AVRO-1227] Java: Large ByteBuffers may corrupt binary encoding - Avro - [issue]
|
|
...From comments in AVRO-1081:Hi,I'm not sure where to send this so please let me know if I should send it somewhere else!Maybe this is just the case in 1.7.3, but it seems that ByteBufferTest ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1227
Author: Scott Carey,
2013-02-27, 00:54
|
|
|
Re: Embedding schema with binary encoding - Avro - [mail # user]
|
|
...In an Avro file, it always writes the schema in JSON form in the header. There may be an old JIRA ticket considering the possibility of writing the schema in a more compact form. &nbs...
|
|
|
Author: Scott Carey,
2013-01-09, 19:22
|
|
|
|