Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (0.808s).
Loading phrases to help you
refine your search...
[AVRO-1124] RESTful service for holding schemas - Avro - [issue]
...Motivation: It is nice to be able to pass around data in serialized form but still know the exact schema that was used to serialize it. The overhead of storing the schema with each record is...
http://issues.apache.org/jira/browse/AVRO-1124    Author: Jay Kreps, 2013-05-02, 02:42
[AVRO-713] GenericRecord.toString can produce invalid JSON - Avro - [issue]
...The GenericData.toString method can produce invalid JSON. The problem is that enums are printed without quotes, as in{"emum_field":a}instead of {"enum_field":"a"}...
http://issues.apache.org/jira/browse/AVRO-713    Author: Jay Kreps, 2012-11-09, 15:59
Re: schema repositories? - Avro - [mail # dev]
...Cool, I will write up a more detailed proposal and include it in a JIRA.  WRT the "source" yes, we originally started versioning things by the record name, and we generally still use th...
   Author: Jay Kreps, 2012-07-11, 00:57
schema repositories? - Avro - [mail # dev]
...I noticed in AVRO-1006 there was a mention of standardizing on some kind of schema repository that would maintain a central set of all versions of a schema and allow a way to reference schem...
   Author: Jay Kreps, 2012-07-10, 17:53
GenericRecord.toString does not handle enums properly - Avro - [mail # dev]
...The output from GenericRecord.toString in Java is not valid JSON, for example a record with the schema:  {   "type": "record",   "name": "TestRecord",   "fields" : [ &nbs...
   Author: Jay Kreps, 2010-12-15, 21:13
Re: references to other schemas - Avro - [mail # user]
...Yes, agreed you need a full schema for the resulting message with no external references. My proposal is just pre-processor support that does the expansion based on unresolved names as you d...
   Author: Jay Kreps, 2010-05-03, 18:47
references to other schemas - Avro - [mail # user]
...I want to have a shared type schema which would be used by 50 or so messages (say a type Header defined in a single place that all messages would use), and I can't seem to find a way to do t...
   Author: Jay Kreps, 2010-05-02, 19:18
Sort:
project
Kafka (489)
Avro (7)
HDFS (1)
type
mail # dev (3)
issue (2)
mail # user (2)
date
last 7 days (0)
last 30 days (1)
last 90 days (1)
last 6 months (1)
last 9 months (7)
author
Doug Cutting (802)
Scott Carey (432)
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)
Jay Kreps