| 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
|
|
|
|