Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.071s).
Loading phrases to help you
refine your search...
Re: Getting ClassCastException while using GenericRecord in Mapper - Avro - [mail # user]
...Can somebody help me with this ?  Thanks Pratyush  On Thu, Jan 10, 2013 at 1:16 AM, Pratyush Chandra  wrote:     Pratyush Chandra...
   Author: Pratyush Chandra, 2013-01-14, 13:33
Re: Embedding schema with binary encoding - Avro - [mail # user]
...Thanks Scott. Even I realized, default is binary encoding and not json.  On Thu, Jan 10, 2013 at 12:52 AM, Scott Carey  wrote:    Pratyush Chandra...
   Author: Pratyush Chandra, 2013-01-09, 19:47
Getting ClassCastException while using GenericRecord in Mapper - Avro - [mail # user]
...Hi,  I have a simple schema say:  {     "namespace": "example.proto",     "name": "Message", "type": "record",     "fields": [       &n...
   Author: Pratyush Chandra, 2013-01-09, 19:46
Re: Embedding schema with binary encoding - Avro - [mail # user]
...Hi Scott,  I am able to find example for json encoding with DataFileWriter which embedds schema, but unable to find DataFileWriter example for binary encoding with schema.  Thanks ...
   Author: Pratyush Chandra, 2013-01-08, 09:49
Embedding schema with binary encoding - Avro - [mail # user]
...I am able to serialize with binary encoding to a file using following :         FileOutputStream outputStream = new FileOutputStream(file);         En...
   Author: Pratyush Chandra, 2013-01-07, 12:42
Serializing json against a schema - Avro - [mail # user]
...Hi,  I am new to Avro. I was going through examples and figured out that GenericRecord can be appended to DataFileWriter and then serialized.  Example: record.avsc is {   &nbs...
   Author: Pratyush Chandra, 2013-01-07, 11:46
Sort:
project
Avro (6)
Kafka (6)
type
mail # user (6)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (6)
last 9 months (6)
author
Doug Cutting (806)
Scott Carey (440)
Jeff Hammerbacher (175)
Philip Zeyliger (118)
Matt Massie (102)
Bruce Mitchener (89)
Douglas Creager (82)
Thiruvalluvan M. G. (82)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (46)
Pratyush Chandra