Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.113s).
Loading phrases to help you
refine your search...
Re: using Avro unions with HIVE - Avro - [mail # user]
...Hi Ran,  Unfortunately, there's no real way to manipulate unions in Hive. The Avro SerDe translates Avro unions into Hive unions correctly, but the support for accessing those fields is...
   Author: Mark Wagner, 2013-05-23, 20:08
Re: Using AVRO with Pig - Avro - [mail # user]
...Hi Terry,  There is an AvroStorage Load/StoreFunc available in the piggybank. Documentation is available at https://cwiki.apache.org/PIG/avrostorage.html  Thanks, Mark   On Fr...
   Author: Mark Wagner, 2013-03-02, 01:33
[AVRO-1228] Evolving schemas cause AvroColumnReader to fail - Avro - [issue]
...Giving AvroColumnReader an evolved schema (with a default value) to project down to causes a runtime exception, with a message of "No column named: *". As part of Trevni's support for Avro, ...
http://issues.apache.org/jira/browse/AVRO-1228    Author: Mark Wagner, 2013-02-05, 02:22
[AVRO-1229] Trevni should support Boolean fields - Avro - [issue]
...Trevni currently provides no native support for Boolean types. As part of the Avro support, Booleans should be available. The Impala code recognizes this as well: https://github.com/cloudera...
http://issues.apache.org/jira/browse/AVRO-1229    Author: Mark Wagner, 2013-01-18, 19:35
[AVRO-1233] InputBuffer not fully initialized when used with InputBytes - Avro - [issue]
...InputBuffers constructed with InputBytes and a position incorrectly set the position, causing EOFExceptions later. This manifests itself when reading Trevni from a byte[]....
http://issues.apache.org/jira/browse/AVRO-1233    Author: Mark Wagner, 2013-01-17, 21:13
[AVRO-1231] AvroColumnator misidentifies named schemas as recursive - Avro - [issue]
...Constructing an AvroColumnator with a schema that has nested schemas that are later reused causes AvroColumnator to incorrectly identify the schema as recursive and throw an exception. This ...
http://issues.apache.org/jira/browse/AVRO-1231    Author: Mark Wagner, 2013-01-14, 20:31
Sort:
project
Avro (6)
Pig (6)
Hive (5)
HDFS (2)
type
issue (4)
mail # user (2)
date
last 7 days (1)
last 30 days (1)
last 90 days (2)
last 6 months (6)
last 9 months (6)
author
Doug Cutting (802)
Scott Carey (437)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Mark Wagner