0 votes
in Big Data | Hadoop by
What is the use of Hive in Hadoop eco-system?

1 Answer

0 votes
by

Hive provides a SQL like interface to interact with data stored in Hadoop eco-system. We can create tables in Hive and store data into them.

Hive is also used for mapping and working with HBase tables.

Under the hood, Hive queries are converted into MapReduce jobs. So Hive hides the complexity associated with creating and

 

running of MapReduce jobs.

Related questions

0 votes
asked Jan 7, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima
...