How will you consume CSV file into the Hive warehouse using built SerDe?



How will you consume CSV file into the Hive warehouse using built SerDe?..

Answer / Poonam Chaubey

To consume a CSV file into the Hive warehouse using a built-in SerDe (Serializer/Deserializer), follow these steps: 1. Create an external table with the desired structure and location. 2. Set the serialization library property (hive.serde2.binary.version) to '1.0' or '1.1'. 3. Use the COMMA_SERDE for CSV files, which is a built-in SerDe in Hive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What are the different collection type in Hive?

1 Answers  


When a large data set is maintained?

1 Answers  


What are the different Complex Data Types available in Hive?

1 Answers  


Is it possible to add 100 more nodes when we already have 100 nodes in Hive?

1 Answers  


What happened after creating a table in hive ?

1 Answers  


When you point a partition of a hive table to a new directory, what happens to the data?

1 Answers  


Specify the different methods of hive?

1 Answers  


How do you write your own custom SerDe ?

1 Answers  


What are the three different modes in which hive can be run?

1 Answers  


Is hive a nosql database?

1 Answers  


What is the functionality of Query Processor in Apached Hive ?

1 Answers  


Wherever (Different Directory) I run the hive query, it creates new metastore_db, please explain the reason for it?

1 Answers  


Categories