Top "Gzip" questions

GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format.

Spark SQL - difference between gzip vs snappy vs lzo compression formats

I am trying to use Spark SQL to write parquet file. By default Spark SQL supports gzip, but it also …

apache-spark gzip parquet snappy lzo
What is gZip compression?

I have heard a lot that one should use gZip for their webpages for faster access and downloads, and that …

html browser gzip http-compression
Python decompressing gzip chunk-by-chunk

I've a memory- and disk-limited environment where I need to decompress the contents of a gzip file sent to me …

python gzip zlib
tar/gzip excluding certain files

I have a directory with many sub-directories. In some of those sub-directories I have files with *.asc extension and some …

linux bash unix gzip tar
How to read a single file inside a zip archive

I need to read the content of a single file, "test.txt", inside of a zip file. The whole zip …

php zip gzip zlib
.NET: Is it possible to get HttpWebRequest to automatically decompress gzip'd responses?

In this answer, I described how I resorted to wrappnig a GZipStream around the response stream in a HttpWebResponse, in …

.net httpwebrequest gzip
NSURLConnection/NSURLRequest gzip support

Does anyone knows if NSURLConnection/NSURLRequest have support for gzip requests. If does, can you provide more information?

cocoa cocoa-touch gzip nsurlconnection nsurlrequest
Best splittable compression for Hadoop input = bz2?

We've realized a bit too late that archiving our files in GZip format for Hadoop processing isn't such a great …

hadoop gzip hdfs bzip2
How to check if a file is gzip compressed?

I have a C / C++ program which needs to read in a file that may or may not be gzip …

c++ c file-io gzip zlib
java.util.zip.ZIPException: Not in GZIP format

I am everything but the most experienced JAVA user, however, I am quite desperate regarding my problem. Every time I …

java compression jsoup gzip gzipinputstream