Give examples of the SerDe classes whihc hive uses to Serializa and Deserilize data?



Give examples of the SerDe classes whihc hive uses to Serializa and Deserilize data?..

Answer / 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

More Apache Hive Interview Questions

I want to see the present working directory in UNIX from hive. Is it possible to run this command from hive?

1 Answers  


What is the maximum size of string data type supported by hive? Mention the hive support binary formats.

1 Answers  


Can the name of a view be same as the name of a hive table?

1 Answers  


What is a table generating function on hive?

1 Answers  


What is the man difference between hbase and hive?

1 Answers  


Explain the Differences between Hive and Spark SQL?

1 Answers  


What is the stable version of Hive ?

0 Answers  


What will happen in case you have not issued the command?

1 Answers  


What are the different components of a Hive architecture?

1 Answers  


How will you read and write HDFS files in Hive?

1 Answers  


How can you prevent a large job from running for a long time? What do u think is more popular among the developers - Pig or Hive?

1 Answers  


What is Hive Database?

1 Answers  


Categories