adspace
Give examples of the SerDe classes whihc hive uses to Serializa and Deserilize data?
Answer Posted / Ritesh Kumar Siddharth
"Apache Hive uses various SerDe (Serializer/Deserializer) classes for serialization and deserialization of data. Some common examples include: 1. LazySimpleSerDe - used for simple types like Int, String, Long, etc. 2. ListSerDe - used for serializing and deserializing lists or arrays in Hive. 3. HiveAvroSerDe - used for working with Avro data files. 4. HiveJsonSerDe - used for handling JSON data, useful for accessing data from JSON files."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to use explode in Hive?
What is the stable version of Hive ?
How to skip header rows from a table in Hive?
What is a Hive variable? What for we use it?
Where does the data of a Hive table gets stored?
What are the different types of tables available in Hive?
When we are using queries instead of scripting?
Can We Change settings within Hive Session? If Yes, How?
How can I delete the above index named index_bonuspay?
When to choose "External Table" in Hive?