Why do we need hive?
How do we write our own custom serde?
Write a query to insert a new column(new_col int) into a hiev table (htab) at a position before an existing column (x_col)
Is it possible to create multiple table in hive for same data?
Mention Hive default read and write classes?
Explain how can you change a column data type in Hive?
What is the difference between local and remote metastore?
Wherever (Different Directory) I run hive query, it creates new metastore_db, please explain the reason for it?
When executing Hive queries in different directories, why is metastore_db created in all places from where Hive is launched?
is HQL case sensitive?
What happened after creating a table in hive ?
Explain the functionality of object-inspector.
What will happen in case you have not issued the command?
What is the difference between sort by and order by in hive?
What does the "USE" command in hive do?