Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 437 (0.287s).
Loading phrases to help you
refine your search...
Re: Embedding schema with binary encoding - Avro - [mail # user]
...Calling toJson() on a Schema will print it in json fom.  However you most likely do not want to invent your own file format for Avro data.  DataFileWriter which will manage the sch...
   Author: Scott Carey, 2013-01-08, 09:26
Re: Appending to .avro log files - Avro - [mail # user]
...A sync marker delimits each block in the avro file.  If you want to start reading data from the middle of a 100GB file, DataFileReader will seek to the middle and find the next sync mar...
   Author: Scott Carey, 2013-01-08, 09:14
Re: Support for char[] and short[] - Java - Avro - [mail # user]
...You can cast both short and char safely to int and back, and use Avro's int type.  These will be variable length integer encoded and take 1 to 3 bytes in binary form per short/char. Thi...
   Author: Scott Carey, 2013-01-08, 09:08
Re: Deadlock using Avro 1.5.0 - Avro - [mail # user]
...Please file a JIRA ticket.  Thanks!  On 12/11/12 2:56 AM, "slandelle"  wrote:  ...
   Author: Scott Carey, 2012-12-13, 21:04
[AVRO-988] Java:  Add public, private, and public-deprecated options for SpecificCompiler output - Avro - [issue]
...The specific compiler produces deprecation warnings in both client code and the specific generated classes themselves.  The field visibility should be configurable by the user.  I ...
http://issues.apache.org/jira/browse/AVRO-988    Author: Scott Carey, 2012-11-29, 22:08
Re: Mapping MySQL schema to Avro - Avro - [mail # user]
...On a quick look pass, this looks sane, and nests many-to-one sets of data within the parent record.  A few things to think about: * A double in mySQL will be a double in Avro, not a lon...
   Author: Scott Carey, 2012-11-27, 21:06
Re: any movement on JSON encoding for RPC? - Avro - [mail # user]
...Avro can serialize in JSON, however most users use the compact binary serialization for performance and data storage reasons (JSON is typically 10x larger), and use the JSON format for debug...
   Author: Scott Carey, 2012-11-27, 20:22
Re: Backwards compatible - Optional fields - Avro - [mail # user]
...A reader must always have the schema of the written data to decode it.  When creating your Decoder, you must pass both the reader's schema and the schema as written.  Once given th...
   Author: Scott Carey, 2012-10-03, 06:28
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
...Yes, please file a bug in JIRA.  It will get more attention there.  On 8/30/12 11:06 PM, "Alexandre Normand"  wrote:    ...
   Author: Scott Carey, 2012-08-31, 16:23
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
...My understanding of the spec is that promotion to a union should work as long as the prior type is a member of the union.  What happens if the union in the reader schema union order is ...
   Author: Scott Carey, 2012-08-31, 06:01
Sort:
project
Avro (437)
Hadoop (123)
Pig (52)
HDFS (4)
MapReduce (4)
Hive (3)
Kafka (2)
type
mail # user (274)
mail # dev (118)
issue (44)
wiki (1)
date
last 7 days (7)
last 30 days (17)
last 90 days (25)
last 6 months (37)
last 9 months (437)
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)