Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 13 (0.543s).
Loading phrases to help you
refine your search...
Re: How to "repair" .avro files with "Invalid Sync" - Avro - [mail # user]
...Just an idea but... I thought there were some low level methods available that you could use to  get the sync markers.  Maybe then you could sequentially step through the orig file...
   Author: Alan Miller, 2013-01-15, 18:39
Re: Getting started with Avro - Avro - [mail # user]
...https://sites.google.com/site/developertips/Home/java/apache-avro has 3 complete examples:  1. Use a JSON schema to encode the data and use the same/similar    schema to decod...
   Author: Alan Miller, 2013-01-15, 09:30
Re: Getting started with Avro - Avro - [mail # user]
...How about.  http://avro.apache.org/docs/1.7.3/gettingstartedjava.html  Sent from my iPhone  On Jan 14, 2013, at 12:20, Pradeep Kanchgar  wrote:  ...
   Author: Alan Miller, 2013-01-14, 18:07
aliases, doc and non-standard tags - Avro - [mail # user]
...Hi,  I have a complex schema consisting of primitives, multiple records, and multiple array of records fields.That's all great and everything works fine when I process these avro data f...
   Author: Alan Miller, 2013-01-10, 14:00
Re: issue with writing an array of records - Avro - [mail # user]
...Thanks Scott, I figured it out. The problem was simply an improper loop design. I corrected the loop code and now I get an array of Ifnet records.  [amiller@loclhost $] avro cat --field...
   Author: Alan Miller, 2013-01-08, 11:48
issue with writing an array of records - Avro - [mail # user]
...Hi, I have a schema with an array of records (I'm open to other suggestions too) field called ifnet to store misc attribute name/values for a host's network interfaces. e.g.  { "type": ...
   Author: Alan Miller, 2013-01-07, 16:35
Re: How to read with SpecificDatumReader - Avro - [mail # user]
...Thanks Doug, I guess that's the problem (somehow) but I don't see why writing the Avro file works but reading it doesn't. I mean, I',m writing or reading the files in the same way.  Whe...
   Author: Alan Miller, 2012-12-21, 13:54
How to read with SpecificDatumReader - Avro - [mail # user]
...I can write my Avro data fine, but how do I read my data records with the SpecificDatum reader?  Basically, I write my (hdfs) data file like this: Schema schema = new MyRecord().getSche...
   Author: Alan Miller, 2012-12-20, 15:21
Re: SpecificData.deepCopy exception with CDH4 - Avro - [mail # user]
...Hi Just a quick idea.  Also check ALL directories returned by   hadoop classpath for any Avro related classes.   I was struggling trying to use avro-1.7.0 with CDH4 but made i...
   Author: Alan Miller, 2012-07-15, 09:00
Re: avro 1.7.0 with CDH4 - Avro - [mail # user]
...I noticed that CDH4 has avro-1.5.4.jar in hadoop/lib so I modified my job so that:   1.  avro-1.7.0.jar and avro-tools-1.7.0.jar is contained within my jar file in ./lib/   &n...
   Author: Alan Miller, 2012-07-05, 11:02
Sort:
project
Avro (13)
MapReduce (8)
Hadoop (6)
HDFS (4)
Flume (3)
type
mail # user (13)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (8)
last 9 months (13)
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)
Alan Miller