Re: Making Gzip splittable

2012-02-22 Thread Niels Basjes
; From: ni...@basj.es [ni...@basj.es] On Behalf Of Niels Basjes [ > ni...@basjes.nl] > Sent: Sunday, February 19, 2012 4:23 PM > To: common-dev > Subject: Making Gzip splittable > > Hi, > > As some of you know I've created a patch that effectively makes Gzip > sp

RE: Making Gzip splittable

2012-02-22 Thread Tim Broberg
using? - Tim. From: ni...@basj.es [ni...@basj.es] On Behalf Of Niels Basjes [ni...@basjes.nl] Sent: Sunday, February 19, 2012 4:23 PM To: common-dev Subject: Making Gzip splittable Hi, As some of you know I've created a patch that effectively

Making Gzip splittable

2012-02-19 Thread Niels Basjes
Hi, As some of you know I've created a patch that effectively makes Gzip splittable. https://issues.apache.org/jira/browse/HADOOP-7076 What this does is for a split somewhere in the middle of the file it will read from the start of the file up until the point where the split starts. This is a us