April 2016
Beginner
268 pages
5h 32m
English
In this chapter, you will learn:
A join in Hive is used for the same purpose as in a traditional RDBMS. A join is used to fetch meaningful data from two or more tables based on a common value or field. In other words, a join is used to combine data from multiple tables. A join is performed whenever multiple tables are specified inside the FROM clause.
As of now, joins based on equality conditions only are supported in Hive. It does not support any join condition that is based on non-equality ...
Read now
Unlock full access