Apache Hadoop Hive Tutorial
What is Hive?
Hive is Datawarehousing tool and used to process the data in hadoop and HDFS.Hive is similar to SQL because it analyze and process the data with querying language. Hive runs on MapReduce and top of the hadoop. Hive also known as HiveQL.Main Fuctions of the hive is data summarisation,querying and analysis.
Features of Hive:
- Hive processed data from hadoop and hdfs
- Hive designed by OLAP
- It Supports Sql and HiveQl
- Metastore
- Tables
- Partitions
- Buckets
Comments
Post a Comment