Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (2.748s).
Loading phrases to help you
refine your search...
[AVRO-1232] Output of Avro data using MapReduce with TextOutputFormat is not useful - Avro - [issue]
...When using Avro data as the output key/values of a MapReduce job with TextOutputFormat, you get output that looks like:org.apache.avro.mapred.AvroKey@1f62000 org.apache.avro.mapred.AvroValue...
http://issues.apache.org/jira/browse/AVRO-1232    Author: Garrett Wu, 2013-01-18, 21:41
[AVRO-1047] Generated Java classes for specific records contain unchecked casts - Avro - [issue]
...The generated Java classes for specific records cause compiler warnings using Oracle/Sun Java 1.6, since it doesn't support @SuppressWarnings("all"). Instead could we change it to @SuppressW...
http://issues.apache.org/jira/browse/AVRO-1047    Author: Garrett Wu, 2012-11-14, 23:48
Re: avro 1.7.0 with CDH4 - Avro - [mail # user]
...What is the correct solution for making avro-1.7 work with both Hadoop 1 (CDH3) and Hadoop 2 (CDH4)? Should we add build profiles for each so we can release two separate avro-mapred jars? &n...
   Author: Garrett Wu, 2012-07-16, 16:55
[AVRO-897] Map lookup behavior is ill-defined in Java - Avro - [issue]
...In Java, an Avro "map" is a Java Map.  The map keys are type "string", which maps to a Java CharSequence.Clients must know to use Utf8 objects when calling get() or containsKey().  ...
http://issues.apache.org/jira/browse/AVRO-897    Author: Garrett Wu, 2011-12-13, 19:06
Re: reading bytes from a ByteBuffer - Avro - [mail # user]
...byteBuffer.position() and byteBuffer.limit() are the start/end offsets in the byteBuffer.array().  On Fri, Mar 18, 2011 at 5:53 PM,  wrote:  ...
   Author: Garrett Wu, 2011-03-21, 18:14
storing avro messages in hbase - Avro - [mail # user]
...If I use avro to store messages into cells in HBase, would I need to store the writer schema along with it in every cell?  A problem that I foresee is that I might modify my schema and ...
   Author: Garrett Wu, 2011-02-12, 02:32
Code Review Checklist - Apache Avro - Apache Software Foundation - Avro - [wiki]
...                Comment:            Go to start of metadata        &nb...
https://cwiki.apache.org/confluence/display/AVRO/Code+Review+Checklist    Author: Garrett Wu, 2010-11-02, 00:00
Sort:
project
Avro (7)
HBase (5)
Hadoop (2)
type
issue (3)
mail # user (3)
wiki (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (7)
author
Doug Cutting (802)
Scott Carey (431)
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)
Garrett Wu