| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
74 (0.067s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...Hi, Use the appendTo feature of the DataFileWriter. See http://avro.apache.org/docs/1.6.2/api/java/org/apache/avro/file/DataFileWri ter.html#appendTo(java.io.File) For a quick se...
|
|
|
Author: Harsh J,
2012-02-21, 04:29
|
|
|
Re: DirectBinaryEncoder constructor not visible - Avro - [mail # user]
|
|
...Hi, As the javadoc on the DirectBinaryEncoder API [0] goes: "To construct, use EncoderFactory.directBinaryEncoder(OutputStream, BinaryEncoder)" [0] - http://avro.apache.org...
|
|
|
Author: Harsh J,
2012-02-03, 19:00
|
|
|
Re: issue with resolveUnion() in GenericData.java - Avro - [mail # user]
|
|
...Hi, Can you file a JIRA for this at https://issues.apache.org/jira/browse/AVRO with details on the version you used and a short test case we can reproduce this with (or if not a test c...
|
|
|
Author: Harsh J,
2012-01-31, 05:53
|
|
|
Re: Avro MapReduce with Oozie - Avro - [mail # user]
|
|
...Frank, A simple hack would be this: Write up a simple driver class as you would for regular, non-Oozie MR code, configure your avro job as normal, and then instead of having the ...
|
|
|
Author: Harsh J,
2012-01-26, 20:41
|
|
|
Re: Getting started with Avro + Reading from an Avro formatted file - Avro - [mail # user]
|
|
...Selvi, (Forgot to reply to this before) On Wed, Jan 25, 2012 at 1:07 AM, selvi k wrote: es her f t I am $ avro --help has some options that can help you out. &n...
|
|
|
Author: Harsh J,
2012-01-24, 21:06
|
|
|
Re: Getting started with Avro + Reading from an Avro formatted file - Avro - [mail # user]
|
|
...If you want to try out the Python API for Avro datafiles, I had written a short blog post on reading/writing that at http://www.harshj.com/2010/04/25/writing-and-reading-avro-data-files-usin...
|
|
|
Author: Harsh J,
2012-01-24, 20:44
|
|
|
Re: Getting started with Avro + Reading from an Avro formatted file - Avro - [mail # user]
|
|
...Selvi, Expanding on Douglas' response, if you have installed Avro's python libraries (Simplest way to get latest stable is: "easy_install avro", or install from the distribution -- Pos...
|
|
|
Author: Harsh J,
2012-01-24, 16:01
|
|
|
Re: How does Avro mark (string) field delimition? - Avro - [mail # user]
|
|
...The read part is empty as well, when the decoder is asked to read a 'null' type. For null carrying unions, I believe an index is written out so if the index evals to a null, the same logic w...
|
|
|
Author: Harsh J,
2012-01-23, 15:04
|
|
|
Re: New Avro committers: Miki Tebeka, Dona Alvarez, James Baldassari, and Tom White - Avro - [mail # dev]
|
|
...Congrats to all of you! Always super-excited to hear the Avro list grow :) On 05-Jan-2012, at 11:42 PM, Scott Carey wrote: ...
|
|
|
Author: Harsh J,
2012-01-05, 18:33
|
|
|
Re: avro-compiler java project does not pass unit test - Avro - [mail # user]
|
|
...Victor, Good day, take a look at http://xkcd.com/979/ :) On 07-Dec-2011, at 2:25 AM, Chau, Victor wrote: modification that is causing this failure. looks like the out...
|
|
|
Author: Harsh J,
2011-12-07, 04:57
|
|
|
|