Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 29 (0.069s).
Loading phrases to help you
refine your search...
Re: Do the values in the json object have to be ordered? - Avro - [mail # user]
...On Thu, Apr 4, 2013 at 6:21 PM, Jonathan Coveney  wrote:  Indeed, this contradicts the JSON spec. Order does not matter in JSON.  Jackson however deserializes JSON with a Link...
   Author: Francis Galiegue, 2013-04-04, 16:46
json-schema-avro: Avro to JSON Schema, and back - Avro - [mail # user]
...Hello,  This project is available here:  https://github.com/fge/json-schema-avro  This project is written in Java, using the Avro Java library, and allows to translate schemas...
   Author: Francis Galiegue, 2013-03-05, 02:41
Re: Java API again: some malformed schemas don't throw SchemaParseException... - Avro - [mail # user]
...On Mon, Mar 4, 2013 at 6:34 PM, Doug Cutting  wrote:  While I haven't had a look at the code yet, I believe it can, especially since a "real" malformed input (ie malformed JSON rep...
   Author: Francis Galiegue, 2013-03-04, 17:50
Re: Anonymous record schemas in data files - Avro - [mail # user]
...On Mon, Mar 4, 2013 at 8:50 AM, Eric Sammer  wrote:  Records must have a name. http://avro.apache.org/docs/current/spec.html#schema_record says so.  Francis Galiegue, [EMAIL P...
   Author: Francis Galiegue, 2013-03-04, 09:34
Java API again: some malformed schemas don't throw SchemaParseException... - Avro - [mail # user]
...... But AvroRuntimeException. Namely, I tried this schema:  [ "null", "null" ]  Is this intentional?  Francis Galiegue, [EMAIL PROTECTED] JSON Schema in Java: http://json-sche...
   Author: Francis Galiegue, 2013-03-02, 09:09
An experiment: Avro schema to JSON Schema conversion - Avro - [mail # user]
...Hello,  I've had a little fun and could make a full Avro Schema to JSON Schema conversion processor:  http://json-schema-validator.herokuapp.com/avro.jsp  It uses the Avro Jav...
   Author: Francis Galiegue, 2013-03-01, 12:19
Re: Update Jackson dependencies? - Avro - [mail # user]
...On Fri, Mar 1, 2013 at 9:34 AM, Francis Galiegue  wrote:  No, I was wrong. 2.1.x is not the dependency causing trouble. My project depends on another one which uses 1.9, this is wh...
   Author: Francis Galiegue, 2013-03-01, 11:09
Update Jackson dependencies? - Avro - [mail # user]
...Hello,  avro 1.7.4 still depends on Jackson 1.8.x, which is quite old now.  Is it planned to update that dependency to 2.1.x? This is what I use, and when some parse exceptions are...
   Author: Francis Galiegue, 2013-03-01, 08:34
Re: Question about Avro "records" - Avro - [mail # user]
...On Thu, Feb 28, 2013 at 2:30 AM, Jeremy Kahn  wrote:  In fact, I was just asking how this should be handled because I have just finished writing an Avro schema to JSON Schema conve...
   Author: Francis Galiegue, 2013-02-28, 01:40
Re: Question about Avro "records" - Avro - [mail # user]
...On Thu, Feb 28, 2013 at 12:10 AM, Doug Cutting  wrote:  Hmmm, that does not quite answer my question about production of default values.  For instance, when emitting data from...
   Author: Francis Galiegue, 2013-02-27, 23:55
Sort:
project
Avro (29)
type
mail # user (29)
date
last 7 days (0)
last 30 days (0)
last 90 days (26)
last 6 months (29)
last 9 months (29)
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)
Francis Galiegue