Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 10 (0.115s).
Loading phrases to help you
refine your search...
Re: static schema validation - Avro - [mail # user]
...Ok, I read the patch and JIRA issue a bit more thoroughly. Schema normalization just tells you if two schemas differ only in the unimportant bits.  As I understand it, subsumes() will t...
   Author: Aaron Kimball, 2013-02-01, 21:42
Re: static schema validation - Avro - [mail # user]
...That sounds like what I'm looking for. I'll take a look!  Thanks, - Aaron On Jan 31, 2013 10:39 AM, "Doug Cutting"  wrote:  ...
   Author: Aaron Kimball, 2013-02-01, 06:17
Re: Is Avro/Trevni strictly read-only? - Avro - [mail # user]
...interesting -- thanks for the link! Let me know if you have any more Kiji questions. Cheers - Aaron   On Wed, Jan 30, 2013 at 6:49 PM, Russell Jurney wrote:  ...
   Author: Aaron Kimball, 2013-01-31, 03:34
Re: Is Avro/Trevni strictly read-only? - Avro - [mail # user]
...Hi Russell,  Great question.  Kiji is more strongly typed than systems like MongoDB. While your schema can evolve (using Avro evolution) without structurally updating existing data...
   Author: Aaron Kimball, 2013-01-31, 02:32
Re: Is Avro/Trevni strictly read-only? - Avro - [mail # user]
...Hi ccleve,  I'd definitely urge you to try out Kiji -- we who work on it think it's a pretty good fit for this specific use case. If you've got further questions about Kiji and how to u...
   Author: Aaron Kimball, 2013-01-30, 23:20
static schema validation - Avro - [mail # user]
...Does Avro have an API to allow you to tell whether two schemas are a match, statically?  i.e., schema1.canRead(schema2) /** return true iff schema1 can be used as a reader schema for sc...
   Author: Aaron Kimball, 2013-01-30, 23:17
[AVRO-997] Union of enum and null cannot be serialized - Avro - [issue]
...I have a schema like:[{  "type": "enum",  "name": "Gender",  "symbols": ["M", "F"]},{  "type" : "record",  "name" : "Foo",  "field...
http://issues.apache.org/jira/browse/AVRO-997    Author: Aaron Kimball, 2012-11-10, 03:51
[AVRO-870] Use singleton class instances for primitive Schemas - Avro - [issue]
...Would make a solid performance improvement for operations like Schema.equals() if the Schema.create(Schema.Type.INT) operation (and STRING, LONG, and other primitive types) returned referent...
http://issues.apache.org/jira/browse/AVRO-870    Author: Aaron Kimball, 2011-08-05, 00:08
[AVRO-459] Allow lazy reading of large fields from data files - Avro - [issue]
...The current file reader will attempt to materialize individual fields entirely in RAM. If a record is too big to fit in RAM, it would be good to get a stream-based API to very large fields....
http://issues.apache.org/jira/browse/AVRO-459    Author: Aaron Kimball, 2010-03-13, 22:01
[AVRO-314] Allow Avro to publish to a local m2 repository - Avro - [issue]
...To test Hadoop or other systems with a locally-built avro jar, it is considerably easier if you can use a local maven repository to resolve dependencies....
http://issues.apache.org/jira/browse/AVRO-314    Author: Aaron Kimball, 2010-03-01, 17:09
Sort:
project
Hadoop (275)
MapReduce (131)
Hive (22)
Avro (10)
HDFS (9)
HBase (5)
Pig (3)
Sqoop (3)
Flume (1)
type
mail # user (6)
issue (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (6)
last 9 months (10)
author
Doug Cutting (802)
Scott Carey (431)
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)
Aaron Kimball