| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
437 (0.892s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Hadoop serialization DatumReader/Writer - Avro - [mail # user]
|
|
...Making the DatumReader/Writers configurable would be a welcome addition. Ideally, much more of what goes on there could be: 1. configuration driven 2. pre-computed to avoid...
|
|
|
Author: Scott Carey,
2013-05-13, 22:08
|
|
|
Re: avro.java.string vs utf8 compatibility in recent pig and hive versions - Avro - [mail # user]
|
|
...The change in the Pig loader in PIG-3297 seems correct they must use CharSequence, not Utf8. I suspect that the Avro 1.5.3.jar does not respect the "avro.java.string" property and is...
|
|
|
Author: Scott Carey,
2013-05-13, 21:59
|
|
|
Re: Jackson and Avro, nested schema - Avro - [mail # user]
|
|
...It appears that you will need to modify the JSON decoder in Avro to achieve this. The JSON decoder in Avro was built to encode any Avro schema into JSON with 100% fidelity, so that the...
|
|
|
Author: Scott Carey,
2013-05-13, 21:51
|
|
|
Re: Best practices for java enums...? - Avro - [mail # user]
|
|
...It would be nice to be able to reference an existing class when using the specific compiler. If you have an existing "com.mycompany.Foo" enum (or SpecificRecord, or Fixed type), then p...
|
|
|
Author: Scott Carey,
2013-05-13, 21:38
|
|
|
[AVRO-1313] Java: Add system property for disabling sun.misc.Unsafe - Avro - [issue]
|
|
...We should be able to disable use of sun.misc.Unsafe.I propose that if the system property "avro.disable.unsafe" is non-null, we use reflection rather than Unsafe....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1313
Author: Scott Carey,
2013-05-02, 06:10
|
|
|
Re: release 1.7.5 soon? - Avro - [mail # dev]
|
|
...https://issues.apache.org/jira/browse/AVRO-1313 (trivial) https://issues.apache.org/jira/browse/AVRO-1124 requires much review; I have another patch coming up shortly and am work...
|
|
|
Author: Scott Carey,
2013-04-30, 18:32
|
|
|
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
|
|
|
|