Rate This Document
Findability
Accuracy
Completeness
Readability

Introduction

Hive Overview

Hive is a data warehouse tool running on Hadoop. It maps structured data files to a database table, provides simple SQL search functions, and converts SQL statements into MapReduce tasks. It features low learning cost. You can use SQL-like statements to quickly implement simple MapReduce statistics and do not need to develop dedicated MapReduce applications. Therefore, Hive is very suitable for statistical analysis of data warehouse.

For more information about Hive, visit https://hive.apache.org/.

Programming language: Java

Brief description: Hadoop-based data warehouse tool