Skip to content

Instantly share code, notes, and snippets.

@dacut
Last active August 17, 2020 21:35
Show Gist options
  • Save dacut/678a15532394c7aa409a1c120fa34955 to your computer and use it in GitHub Desktop.
Save dacut/678a15532394c7aa409a1c120fa34955 to your computer and use it in GitHub Desktop.
Apache Hive SerDe properties

org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe

Constant Expanded Default Description
COLUMN_NAME_DELIMITER column.name.delimiter ,
FIELD_DELIM field.delim
COLLECTION_DELIM collection.delim
MAPKEY_DELIM mapkey.delim
SERIALIZATION_FORMAT serialization.format
SERIALIZATION_NULL_FORMAT serialization.null.format
SERIALIZATION_ESCAPE_CRLF serialization.escape.crlf false
SERIALIZATION_LAST_COLUMN_TAKES_REST serialization.last.column.takes.rest true
ESCAPE_CHAR escape.delim \\
SERIALIZATION_ENCODING serialization.encoding
SERIALIZATION_EXTEND_NESTING_LEVELS hive.serialization.extend.nesting.levels
SERIALIZATION_EXTEND_ADDITIONAL_NESTING_LEVELS hive.serialization.extend.additional.nesting.levels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment