Handling compressed data
Last updated: 8/28/2025Hadoop supports many different file compression formats that bring benefits such as reducing the space required to store files and speeding up data transfer.
In a Job, you can directly deal with compressed files using the file system related components such as tHDFSConfiguration or tFileInputDelimited.