| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
431 (0.082s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Multiple Input for Avro jobs - Avro - [mail # user]
|
|
...If you are after only multiple paths, path globs work. For example to read both /logs/2012_01 and /logs/2012_02 use the glob path: /logs/2012_0{1,2} And to read the four paths /l...
|
|
|
Author: Scott Carey,
2012-02-08, 21:26
|
|
|
Re: [jira] [Commented] (AVRO-1007) Insufficient validation in generated specific record builder implementations - Avro - [mail # dev]
|
|
...Your email address is registered with the avro-dev mailing list. See: http://avro.apache.org/mailing_lists.html You would not be able to send mail to this list if you were not subscrib...
|
|
|
Author: Scott Carey,
2012-02-08, 20:04
|
|
|
Re: Avro Container file and JsonEncoding. - Avro - [mail # user]
|
|
...AvroJob by default uses AvroInputFormat, which uses Avro Data Files. You can write your own InputFormat that returns Avro objects if you wish, but you will be overriding more and more ...
|
|
|
Author: Scott Carey,
2012-02-08, 18:55
|
|
|
Re: BigDecimal in Avro - Avro - [mail # user]
|
|
...You may be able to use the @Stringable annotation. Avro's reflection is not that extensible beyond basic types at the moment. Please file an enhancement request for BigDecimal su...
|
|
|
Author: Scott Carey,
2012-02-08, 18:06
|
|
|
Re: Avro Map-Reduce and ChainMapper - Avro - [mail # user]
|
|
...I have not tried or tested ChainMapper with Avro myself. It will probably work if you configure the input schemas or output schemas appropriately. Take a look at what AvroJog.setInputS...
|
|
|
Author: Scott Carey,
2012-02-08, 18:04
|
|
|
Re: Avro Container file and JsonEncoding. - Avro - [mail # user]
|
|
... On 2/8/12 7:14 AM, "karthik ramachandran" wrote: with ter One thing to note is that if you write it to an Avro container file in binary it will be significantly smal...
|
|
|
Author: Scott Carey,
2012-02-08, 17:57
|
|
|
Re: Avro 1.6.1 BinaryEncoder.writeBytes doesn't work on OS X - Avro - [mail # user]
|
|
...Yes, it appears as though GenericDatumWriter does not support native ByteBuffers. FileChannel returns native ByteBuffers, not HeapByteBuffer. Some options: * Read the file conten...
|
|
|
Author: Scott Carey,
2012-02-08, 17:50
|
|
|
Re: How do I determine the memory footprint of an Avro object? - Avro - [mail # user]
|
|
... On 2/6/12 3:09 PM, "W.P. McNeill" wrote: of iven r of What Avro language implementation? For Java, there is nothing built-in to do this. It will differ d...
|
|
|
Author: Scott Carey,
2012-02-07, 02:48
|
|
|
[AVRO-989] Java: Improve Builder performance in Specific API - Avro - [issue]
|
|
...The Specific API generates Builder objects for each record. This builder uses a boolean[] to store flags for each field to indicate whether the field is set or not.This is not space ef...
|
|
|
http://issues.apache.org/jira/browse/AVRO-989
Author: Scott Carey,
2012-01-24, 22:15
|
|
|
Re: Writing Unsolicited Messages to a Connected Netty Client - Avro - [mail # user]
|
|
...For certain kinds of data it would be useful to continuously stream data from server to client (or vice-versa). This can be represented as an Avro array response or request where each ...
|
|
|
Author: Scott Carey,
2012-01-20, 19:59
|
|
|
|