| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
431 (0.223s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro mapred: How to avoid schema specification in job.xml? - Avro - [mail # user]
|
|
...On 10/10/11 11:41 AM, "Julien Muller" wrote: . for But t the I suppose that in AvroJob we could transmit only the class name in a property, and use that to lo...
|
|
|
Author: Scott Carey,
2011-10-10, 21:54
|
|
|
Re: [jira] [Commented] (AVRO-803) Java generated Avro classes make using Avro painful and surprising - Avro - [mail # dev]
|
|
...Does it work with Utf8 ? (Sorry, I've been unable to test many patches recently). I'm not a big fan of what our docs will say: "never use the default of CharSequence, its b...
|
|
|
Author: Scott Carey,
2011-10-10, 21:51
|
|
|
Re: Avro mapred: How to avoid schema specification in job.xml? - Avro - [mail # user]
|
|
...I'm not all that familiar with how Oozie interacts with Avro. The Job must set its avro.input.schema and avro.output.schema properties this can be done in code (see the unit tests in...
|
|
|
Author: Scott Carey,
2011-10-10, 18:09
|
|
|
Re: In Java, how can I create an equivalent of an Apache Avro container file without being forced to use a File as a medium? - Avro - [mail # user]
|
|
...In addition to Joe's comments: On the write side, DataFileWriter.create() can take a file or an output stream. http://avro.apache.org/docs/1.5.4/api/java/org/apache/avro/file/DataFileW...
|
|
|
Author: Scott Carey,
2011-10-04, 02:12
|
|
|
Re: Data incompatibility between Avro 1.4.1 and 1.5.4 - Avro - [mail # user]
|
|
...AVRO-793 was not a bug in the encoded data or its format. It was a bug in how schema resolution worked for certain projection corner cases during deserialization. Is your data re...
|
|
|
Author: Scott Carey,
2011-10-04, 02:12
|
|
|
Re: Compression and splittable Avro files in Hadoop - Avro - [mail # user]
|
|
...Yes, Avro Data Files are always splittable. You may want to up the default block size in the files if this is for MapReduce. The block size can often have a bigger impact on the ...
|
|
|
Author: Scott Carey,
2011-10-01, 01:52
|
|
|
Re: [jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects - Avro - [mail # dev]
|
|
...I think we can bind it to 'install' -- it will then run after all the things it depends on have run 'install'. It might end up running the test after it packages and installs to the lo...
|
|
|
Author: Scott Carey,
2011-09-22, 00:37
|
|
|
Re: [jira] [Commented] (AVRO-890) Maven archetype for creating Avro service projects - Avro - [mail # dev]
|
|
...On 9/21/11 3:48 PM, "Doug Cutting" wrote: I think we can do that by binding the execution phase of the integration test to install. If that works, it would be the best opt...
|
|
|
Author: Scott Carey,
2011-09-21, 22:54
|
|
|
Re: Pig duplicate records - Avro - [mail # user]
|
|
...You will want to ask the pig user mailing list this question. org.apache.pig.piggybank.storage.avro.AvroStorage is maintained by the Pig project and you will get more help from there. ...
|
|
|
Author: Scott Carey,
2011-09-21, 20:55
|
|
|
Re: Avro versioning and SpecificDatum's - Avro - [mail # user]
|
|
...As Doug mentioned in the ticket, the problem is likely: new SpecificDatumReader() This should be new SpecificDatumReader(Record.class) Which sets the reader to reso...
|
|
|
Author: Scott Carey,
2011-09-20, 18:51
|
|
|
|