If you run hive as a server, what are the available mechanism for connecting it from application?
923Post New Apache Hive Questions
What is SerDe in Apache Hive ?
How can client interact with Hive?
What is ObjectInspector functionality?
what is partitions in hive?
What is the stable version of Hive ?
Can a partition be archived? What are the advantages and Disadvantages?
Is hive suitable to be used for oltp systems? Why?
Explain Usage of Hive?
how can we access the sub directories recursively?
Mention how can you stop a partition form being queried?
Is hive similar to sql?
Mention what are the type of database does Hive support ?
As part of optimizing the queries in hive, what should be the order of table size in a join query?
Write a Hive UDF that returns a sentiment score. For example, if good = 1, bad = -1, and average = 0, then a review of a restaurant states "Good food, bad service," your score might be 1 - 1 = 0.
What kind of data warehouse application is suitable for Hive? What are the types of tables in Hive?