| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
18 (0.402s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: AVRO M/R: ClassNotFoundException: ...Paranamer - Avro - [mail # user]
|
|
...i had this too ad some point. i just added paranemer to distributed cache (or classpath on hadoop) and it went away On Thu, Dec 13, 2012 at 2:21 PM, Terry Healy wrote: ...
|
|
|
Author: Koert Kuipers,
2012-12-15, 01:13
|
|
|
record schema names... a nuisance? - Avro - [mail # user]
|
|
...we are on a fairly old avro (1.5.4) so not sure my observations apply to newer versions. i noticed that when i read from avro files in hadoop it does not expect the reader's schema (fully qu...
|
|
|
Author: Koert Kuipers,
2012-10-20, 16:52
|
|
|
Re: version of avro - Avro - [mail # user]
|
|
...option 3 is not available to us. i have been using option 1 without issues so far (except in hive), but i have only worked with MR1 old api and avro- generic so far (not sure which of these ...
|
|
|
Author: Koert Kuipers,
2012-10-20, 16:27
|
|
|
using strings instead of utf8 - Avro - [mail # user]
|
|
...how do i tell (generic) avro to use strings for values instead of it's own utf8 class? i saw a way of doing it by modifying the schemas (adding a property). i also saw mention of a way...
|
|
|
Author: Koert Kuipers,
2012-10-19, 21:57
|
|
|
version of avro - Avro - [mail # user]
|
|
...i noticed avro version 1.5.4 is included with some version/distros of hadoop and hive... is there a reason why 1.5.4 is included specifically and not newer ones? are there some incompatibili...
|
|
|
Author: Koert Kuipers,
2012-10-19, 20:03
|
|
|
alias is also existing and used field - Avro - [mail # user]
|
|
...I have a record schema with fields that look like this: "fields" : [ { "name" : "a", "type" [ "null", "string" ], "default" : null }, ...
|
|
|
Author: Koert Kuipers,
2012-08-19, 19:35
|
|
|
avro and hadoop: what is the role of the schema name? - Avro - [mail # user]
|
|
...i am a little confused about the roles of record schema names when using avro in hadoop. when i read from avro files in hadoop with a reader schema that has a different name but otherw...
|
|
|
Author: Koert Kuipers,
2012-07-18, 03:05
|
|
|
Re: re-use or copy a Field - Avro - [mail # user]
|
|
...ok i will do thanks On Fri, Feb 3, 2012 at 7:26 PM, Doug Cutting wrote: ...
|
|
|
Author: Koert Kuipers,
2012-02-04, 00:41
|
|
|
re-use or copy a Field - Avro - [mail # user]
|
|
...I often find myself manipulating record schemas or creating new ones from the fields of existing ones in Java. Now at first i just tried to re-use a field of an existing record schema ...
|
|
|
Author: Koert Kuipers,
2012-02-03, 21:57
|
|
|
Re: abuse of aliases? - Avro - [mail # user]
|
|
...thanks doug On Fri, Feb 3, 2012 at 3:58 PM, Doug Cutting wrote: ...
|
|
|
Author: Koert Kuipers,
2012-02-03, 21:43
|
|
|
|