Mini project to implement Movie Lens Database's HIVE and SQL version.
Objective of this project is to compare the run time perfomances of SQL vs HIVE on a small dataset and how the query execution plan is built up in the background.
Also explained are the concepts of schema-on-read, “Push Predicate Down”, hash-join, indexing, tree structures, Hadoop & MapReduce working.