| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
432 (0.053s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Can the dollar sign be a valid character in a schema name? - Avro - [mail # user]
|
|
...The spec http://avro.apache.org/docs/1.5.3/spec.html#Names states that names must: * start with [A-Za-z_] *...
|
|
|
Author: Scott Carey,
2011-09-03, 00:42
|
|
|
Re: Avro MR job problem with empty strings - Avro - [mail # user]
|
|
...Some ideas: A String is encoded as a Long length, followed by that number of bytes in Utf8. An empty string is therefore encoded as the number 0L -- which is one byte, 0x00. It appears...
|
|
|
Author: Scott Carey,
2011-09-03, 00:38
|
|
|
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
|
|
|
|