Concept Flow - Why Hive enables SQL on Hadoop
User writes SQL query
Hive translates SQL to MapReduce jobs
MapReduce jobs run on Hadoop cluster
Data processed in HDFS
Results collected and returned to user
Hive lets users write SQL queries that it converts into Hadoop MapReduce jobs to process big data stored in HDFS, then returns the results.