Install new type of I/O compression library in cluster

File/data compression brings two major benefits: it reduces the space needed to store files and it speeds up data transfer across the network or to or from disk. When dealing with large volumes of data, both of these savings can be significant. Hadoop supports the following compression types and codecs: gzip – org.apache.hadoop.io.compress.GzipCodec bzip2 – […]

Continue Reading