Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: move the anchor (since it didn't work)

Table of Contents
Anchor
Unit testing HQL
Unit testing HQL
Table of Contents

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:

...