| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
440 (0.122s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[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-1314] Java: Add @threadSafe annotation to maven plugins - Avro - [issue]
|
|
...Our plugins are thread-safe, mark them as much so that warnings will not be printed when running parallel maven builds....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1314
Author: Scott Carey,
2013-05-16, 05:11
|
|
|
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
|
|
|
|