HIVE

 HIVE

Hive is a data warehouse software within Hadoop that is designed to read, write, and manage 
large and tabular-type datasets and data analysis. 
A data warehouse stores historical data from many different sources so that you can analyze 
and extract insights from it. 
These insights are used for reporting. 
Hive is scalable and fast because it is designed to work on petabytes of data. 
It is easy to use if you are familiar with SQL because Hive query language, or Hive QL, 
is based on SQL.













Comments