0 votes
in Hive by
What is SerDe in Apache Hive?

1 Answer

0 votes
by

Basically, for Serializer/Deserializer, SerDe is an acronym. However, for the purpose of IO, Hive uses the Hive SerDe interface. Hence, it handles both serialization and deserialization in Hive. Also, interprets the results of serialization as individual fields for processing.

Follow this link to know more about Hive SerDe in detail- Hive – SerDe

...