Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add table of contents and anchor for old title (Unit testing HQL)

Table of Contents
Anchor
Unit testing HQL
Unit testing HQL

Motivations

Hive is widely applied as solution to numerous distinct problem types in the domain of big data. Quite clearly it often used for the ad hoc querying of large datasets. However it is also used to implement ETL type processes. Unlike ad hoc queries, the HQL written for ETLs has some distinct attributes:

...