Friday 8 September 2017

4)Hive File Formats and Compression

Hive File Formats and Compression:

File Formats
Hive supports several file formats:
  •     Text File
  •     SequenceFile
  •     RCFile
  •     Avro Files
  •     ORC Files
  •     Parquet
  •     Custom INPUTFORMAT and OUTPUTFORMAT
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.


File Compression
  •     Compressed Data Storage
  •     LZO Compression
  •     Snappy Compression
Previous page                                                                                                       Next page

No comments:

Post a Comment

Fundamentals of Python programming

Fundamentals of Python programming: Following below are the fundamental constructs of Python programming: Python Data types Python...