Are there any problems which can only be solved by MapReduce and cannot be solved by PIG? In which kind of scenarios MR jobs will be more useful than PIG?
773Post New Apache Hive Questions
Explain how can you change a column data type in Hive?
What is Hive ?
How can the columns of a table in hive be written to a file?
What is hive metastore?
What is available mechanism for connecting from applications, when we run hive as a server?
Mention what is HiveServer2 (HS2)?
What is the precedence order of hive configuration?
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)
How do you write your own SerDe?
when to choose “internal table” and “external table” in hive?
How to optimize Hive Performance?
What is the reason for creating a new metastore_db whenever Hive query is run from a different directory?
What is indexing and why do we need it?
How to add the partition in existing table without the partition table?
What is a partition in Hive?