Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 3 from 3 (5.524s).
Loading phrases to help you
refine your search...
RE: Namespace issues when using schema with avdl file‏ - Avro - [mail # user]
...Just fully qualify the data type, like this:  @namespace ("com.b2b.camel.service") protocol CamelEndpointDAOService{      import schema "camelEndpoint.avsc";    ...
   Author: Dave McAlpin, 2013-04-21, 18:22
RE: How to handle schema dependencies - Avro - [mail # user]
...That enhancement allows my approach to be used with avsc files as well as IDL files.   Here's our use case.   Project A defines the IDL for a record of type A. Something like this:...
   Author: Dave McAlpin, 2012-12-11, 23:45
RE: How to handle schema dependencies - Avro - [mail # user]
...I had the same problem. My solution was to package external schema files into a source jar and have Maven download and extract those source jars at code generation time. After generation, I ...
   Author: Dave McAlpin, 2012-12-11, 20:31
Sort:
project
Avro (3)
type
mail # user (3)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (3)
last 9 months (3)
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)
Dave McAlpin