RTUComputer ScienceYr 2022 · Sem 82022

Q8Big Data Analytics

Question

2 marks

What is Hive?

Answer

Apache Hive is a data warehouse software project built on top of Apache Hadoop for providing data query and analysis.

It gives an SQL-like interface (HiveQL) to query data stored in various databases and file systems that integrate with Hadoop. It abstracts the complexity of MapReduce by converting queries into MapReduce, Tez, or Spark jobs.

Back to Paper