Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 13 (0.036s).
Loading phrases to help you
refine your search...
[AVRO-867] Allow tools to read files via hadoop FileSystem class - Avro - [issue]
...It would be great if I could use the various tools to read/parse files that are in HDFS, S3, etc via the FileSystem api. We could retain backwards compatibility by assuming that unqualified ...
http://issues.apache.org/jira/browse/AVRO-867    Author: Joe Crobak, 2013-04-23, 03:47
[AVRO-816] Schema Comparison Utils - Avro - [issue]
...From my post on the mailing list, and Doug's response:On 05/05/2011 10:29 AM, Joe Crobak wrote:> We've recently come across a situation where we have two data files with> different sch...
http://issues.apache.org/jira/browse/AVRO-816    Author: Joe Crobak, 2013-01-31, 18:48
[AVRO-866] Python: add snappy compression - Avro - [issue]
...Support for snappy compression was added to the Java implementation in AVRO-788. It would be great to add this to the python implementation – there's already a library for python 2.5+:...
http://issues.apache.org/jira/browse/AVRO-866    Author: Joe Crobak, 2011-12-23, 23:54
Re: Python for Avro doesn't build on OS X 10.6.8. Stuck. - Avro - [mail # user]
...It appears that the python-snappy library assumes that the snappy library has already been installed.  I saw similar errors, but once I installed snappy (I use homebrew, so 'brew instal...
   Author: Joe Crobak, 2011-12-15, 01:46
Re: In Java, how can I create an equivalent of an Apache Avro container file without being forced to use a File as a medium? - Avro - [mail # user]
...Hi Bernard,  I think you're looking for the DataFileStream class: http://avro.apache.org/docs/1.5.4/api/java/org/apache/avro/file/DataFileStream.html  Some of the command line tool...
   Author: Joe Crobak, 2011-09-24, 22:53
Re: mapred: avro data file input to text-based csv output - Avro - [mail # user]
...We use Pig and AvroStorage [1] to do this.  It's a very small pig script, something like:  register piggybank.jar define AvroStorage o.a.p.pb.AvroStorage() data = LOAD '$INFILE' us...
   Author: Joe Crobak, 2011-06-28, 12:46
Re: resolving schemas in multiple avro data files - Avro - [mail # user]
...Thanks for the response -- I suspect you're right about the schema-superset method. I've filed https://issues.apache.org/jira/browse/AVRO-816  Thanks, Joe...
   Author: Joe Crobak, 2011-05-06, 19:22
resolving schemas in multiple avro data files - Avro - [mail # user]
...We've recently come across a situation where we have two data files with different schemas that we'd like to process together using GenericDatumReader.  One schema is promotable to the ...
   Author: Joe Crobak, 2011-05-05, 17:29
[AVRO-717] SpecificDatumWriter is using GenericData.resolveUnion sometimes - Avro - [issue]
...From: avro-userI've tried to use union of null and the enum-type, but I've run into an issue with this approach when using the AvroOutputFormat.  The following code summarizes my issue:...
http://issues.apache.org/jira/browse/AVRO-717    Author: Joe Crobak, 2011-03-12, 00:32
[AVRO-719] AvroOutputFormat: Expose sync interval configuration - Avro - [issue]
...AvroOutputFormat supports setting deflate level for the underlying DataFileWriter, but not the sync interval.  As I've seen performance improvements using larger-than-default sync inter...
http://issues.apache.org/jira/browse/AVRO-719    Author: Joe Crobak, 2011-03-12, 00:32
Sort:
project
Avro (13)
Pig (6)
Hive (4)
Flume (3)
HDFS (1)
Hadoop (1)
MapReduce (1)
type
mail # user (6)
issue (5)
mail # dev (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (2)
last 9 months (13)
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)
Joe Crobak