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

Related questions

+1 vote
asked Jun 7, 2020 in Hive by SakshiSharma
0 votes
asked Dec 3, 2020 in Hive by sharadyadav1986
...