| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
802 (0.071s).
|
|
|
Loading phrases to help you refine your search...
|
|
[VOTE] Avro release 1.7.4 (rc1) - Avro - [mail # dev]
|
|
...I have created a candidate build for Avro release 1.7.4. Changes are listed at: http://s.apache.org/avro174notes Please download the sources, check them, and vote. &...
|
|
|
Author: Doug Cutting,
2013-02-21, 19:55
|
|
|
Re: [jira] [Commented] (AVRO-1234) Avro MapReduce jobs silently ignore input data without '.avro' extension - Avro - [mail # dev]
|
|
...Harsh, a configurable patch is a great idea. Yes, I think that would be fine in a 1.7.x release. Doug On Tue, Feb 19, 2013 at 11:01 AM, Harsh J (JIRA) wrote:...
|
|
|
Author: Doug Cutting,
2013-02-19, 21:33
|
|
|
Re: 1.7.3 regression? - Avro - [mail # user]
|
|
...Alex, Is it possible that you're compiling the schema to Java with Avro 1.7.3, then compiling the Java with javac against the Avro 1.7.2 jar file? Doug On Mon, Feb 11, 2013...
|
|
|
Author: Doug Cutting,
2013-02-12, 02:11
|
|
|
Re: 1.7.3 regression? - Avro - [mail # user]
|
|
...This was done as a part of AVRO-1199. http://svn.apache.org/viewvc?view=revision&revision=1409542 The deepCopy() method is now generic. This works for me in Java 7. Do othe...
|
|
|
Author: Doug Cutting,
2013-02-12, 01:37
|
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...The avro-mapred module includes a Seekable implementation that works with HDFS called FsInput: http://avro.apache.org/docs/current/api/java/org/apache/avro/mapred/FsInput.html Wi...
|
|
|
Author: Doug Cutting,
2013-02-07, 16:51
|
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...It will work on an OutputStream that supports append. http://avro.apache.org/docs/current/api/java/org/apache/avro/file/DataFileWriter.html#appendTo(org.apache.avro.file.SeekableInput,...
|
|
|
Author: Doug Cutting,
2013-02-06, 00:27
|
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...The Jira is: https://issues.apache.org/jira/browse/AVRO-1035 It is possible to append to an existing Avro file: http://avro.apache.org/docs/current/api/java/org/apache/avro...
|
|
|
Author: Doug Cutting,
2013-02-06, 00:08
|
|
|
Re: Generic data extraction from an Avro file - Avro - [mail # user]
|
|
...Yes, that should be possible, A given JsonEncoder instance only works for a given schema. And every generic record conforms to a schema. http://avro.apache.org/docs/current...
|
|
|
Author: Doug Cutting,
2013-02-06, 00:00
|
|
|
Re: Generic data extraction from an Avro file - Avro - [mail # user]
|
|
...Yes, GenericData.Record#toString() should generate valid Json. It does lose some information, e.g.: - record names; and - the distinction between strings & enum symbols, in...
|
|
|
Author: Doug Cutting,
2013-02-05, 22:58
|
|
|
Re: static schema validation - Avro - [mail # user]
|
|
...I think AVRO-816 should help you. Neither S1 nor S2 subsume one another, but S3 subsumes them both. Doug On Fri, Feb 1, 2013 at 1:42 PM, Aaron Kimball wrote:...
|
|
|
Author: Doug Cutting,
2013-02-04, 22:30
|
|
|
|