| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
440 (0.238s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Doc strings in IDL not working - Avro - [mail # user]
|
|
...On 9/1/11 10:34 AM, "George Fletcher" wrote: According to the Avro Specification, only Enum, Fixed, and Record are named types that can have a 'doc' field in the Schema. http://...
|
|
|
Author: Scott Carey,
2011-09-03, 00:29
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...Are you still having trouble with this? I noticed that the code has changed and you are using MyPair instead of Pair. Was there a naming conflict bug with Avro's Pair.java?  ...
|
|
|
Author: Scott Carey,
2011-09-03, 00:19
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...Some comments: You should check in the *.avdl or *.avsc file that describes your MyPair schema instead of the generated code. Maven can be used to generate the Java class using t...
|
|
|
Author: Scott Carey,
2011-09-03, 00:16
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...The javadoc for the deprecated method directs users to the replacement. BinaryEncoder and BinaryDecoder are well documented, with docs available via maven for IDE's to consume easily, ...
|
|
|
Author: Scott Carey,
2011-09-03, 00:00
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...The maven repositories required are in the pom.xml of the avro project. If you are using Netty for a socket protocol, you will need the JBoss repository. Otherwise, you can exclu...
|
|
|
Author: Scott Carey,
2011-09-02, 23:51
|
|
|
Re: avro BinaryDecoder bug ? - Avro - [mail # user]
|
|
...Looks like a bug to me. Can you file a JIRA ticket? Thanks! On 8/29/11 1:24 PM, "Yang" wrote: ...
|
|
|
Author: Scott Carey,
2011-09-01, 01:52
|
|
|
Re: Can mismatched schemas cause the Avro code to crash - Avro - [mail # user]
|
|
... On 8/28/11 11:29 AM, "W.P. McNeill" wrote: Yes, if the schema indicates it should read a String, but the data is actually something else, an exception may be thrown.  ...
|
|
|
Author: Scott Carey,
2011-08-29, 16:30
|
|
|
Re: Map output records/reducer input records mismatch - Avro - [mail # user]
|
|
...That is very interesting I don't see how Avro could affect that. Does anyone else have any ideas how Avro might cause the below? -Scott On 8/17/11 3:59 PM, "Vyacheslav Zho...
|
|
|
Author: Scott Carey,
2011-08-17, 23:47
|
|
|
Re: Map output records/reducer input records mismatch - Avro - [mail # user]
|
|
...On 8/17/11 5:02 AM, "Vyacheslav Zholudev" wrote: d to map() We could add that, but it won't help performance much in this case since th e performance improvement from reuse...
|
|
|
Author: Scott Carey,
2011-08-17, 17:18
|
|
|
Re: Map output records/reducer input records mismatch - Avro - [mail # user]
|
|
...On 8/17/11 1:32 AM, "Vyacheslav Zholudev" wrote: What happens if you change it to Pair or ? Does the problem persist? ...
|
|
|
Author: Scott Carey,
2011-08-17, 17:06
|
|
|
|