File Formats and Compression

File Formats

Hive supports several file formats:

The hive.default.fileformat configuration parameter determines the format to use if it is not specified in a CREATE TABLE or ALTER TABLE statement.  Text file is the parameter's default value.

For more information, see the sections Storage Formats and Row Formats & SerDe on the DDL page.

File Compression