91-9990449935 0120-4256464 |
What is HIVEHive is a data ware house system for Hadoop. It runs SQL like queries called HQL (Hive query language) which gets internally converted to map reduce jobs. Hive was developed by Facebook. Hive supports Data definition Language(DDL), Data Manipulation Language(DML) and user defined functions. DDL: create table, create index, create views. DML: Select, Where, group by, Join, Order By Pluggable Functions: UDF: User Defined Function UDAF: User Defined Aggregate Function UDTF: User Defined Table Function What HIVE is not
Points to remember
Next TopicHive Installation
|