| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
21 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1035] Add the possibility to append to existing avro files - Avro - [issue]
|
|
...Currently it is not possible to append to avro files that were written and closed. Here is a Scott Carey's reply on the mailing list:It is not possible without modifying DataFileWriter. Plea...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1035
Author: Vyacheslav Zholudev,
2013-02-07, 17:54
|
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...Thanks for your reply, I suspected this. I will create a JIRA ticket. Vyacheslav On Feb 21, 2012, at 6:02 PM, Scott Carey wrote: ...
|
|
|
Author: Vyacheslav Zholudev,
2012-02-22, 09:57
|
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...Yep, I saw that method as well as the stackoverflow post. However, I'm interested how to append to a file on the arbitrary file system, not only on the local one. I want t...
|
|
|
Author: Vyacheslav Zholudev,
2012-02-21, 15:29
|
|
|
Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...Hi, is it possible to append to an already existing avro file when it was written and closed before? If I use outputStream = fs.append(avroFilePath); then later on I...
|
|
|
Author: Vyacheslav Zholudev,
2012-02-20, 21:45
|
|
|
[AVRO-967] Bug in GenericData#resolveUnion when resolving union of null and array - Avro - [issue]
|
|
...I have a simple avro schema from which I generate an avro specific object:{{{"type": "record", "name": "org.company.Test", "fields": [ { "name": "arr"...
|
|
|
http://issues.apache.org/jira/browse/AVRO-967
Author: Vyacheslav Zholudev,
2012-02-15, 00:49
|
|
|
[AVRO-966] Bug in GenericData#resolveUnion when resolving union of null and array - Avro - [issue]
|
|
...I have a simple avro schema from which I generate an avro specific object:{{{"type": "record", "name": "org.company.Test", "fields": [ { "name": "arr"...
|
|
|
http://issues.apache.org/jira/browse/AVRO-966
Author: Vyacheslav Zholudev,
2012-02-15, 00:46
|
|
|
Re: Union of Records Issue - Avro - [mail # user]
|
|
...Can it be related to https://issues.apache.org/jira/browse/AVRO-966 ? Does the patch help? Vyacheslav On Jan 10, 2012, at 10:21 PM, Uhlig, Hans wrote: receiving an exceptio...
|
|
|
Author: Vyacheslav Zholudev,
2012-01-10, 21:45
|
|
|
[AVRO-969] Make possible usage of SpecificDatumWriter in avro-mapred - Avro - [issue]
|
|
...I realized that ReflectDatumWriter is always used when running mapred job (in AvroOutputFormat.java). Sometimes it leads to bugs like in AVRO-966.Why not just provide a property like WRITER_...
|
|
|
http://issues.apache.org/jira/browse/AVRO-969
Author: Vyacheslav Zholudev,
2011-12-06, 19:51
|
|
|
[AVRO-964] Provide clone() method for generated avro-specific objects - Avro - [issue]
|
|
...It would be great to provide a generated clone() method for avro-specific objects like it is done for equals(), toString() and hashCode() methods.Due to object re-usage in Hadoop, it is ofte...
|
|
|
http://issues.apache.org/jira/browse/AVRO-964
Author: Vyacheslav Zholudev,
2011-12-01, 15:33
|
|
|
Schema cache in SpecificData - Avro - [mail # user]
|
|
...Hi, maybe a simple question. But is it ok if schemaCache in SpecificData contains an entry: class java.util.ArrayList={"type":"record","name":"ArrayList","namespace":"jav a...
|
|
|
Author: Vyacheslav Zholudev,
2011-11-30, 10:04
|
|
|
|