Answer Posted / rajasekhar
Hive is one of the component of Hadoop used for storing the data and processing the data.
Hive is used for storing data in tabular form in the datawarehouse.
Metastore in Hive is the central bone for storing the metadata.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to use the same metastore by multiple users, in case of the embedded hive?
Is Hive useful when making data warehouse applications?
How to create table in hive for a json input file?
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)
What are the different Primitive Data Types available in Hive?
what are views in Hive?
Explain when to use explode in Hive?
Can we run unix shell commands from hive? Can hive queries be executed from script files? How? Give an example.
Can you overwrite Hadoop MapReduce configuration in Hive?
How to stop a partition form being queried?
How do you specify the table creator name when creating a table in hive?
When a large data set is maintained?
What are different Hive commands available for hive and beeline CLI?
what is Metastore in Hive?
What is the difference between external table and managed table?