Here is a compilation of earlier blog posts that were relevant to Sample datasets, Sample projects, and Sample assignments. For quick reference only.
Category: Apache Hive
Sample Datasets to Practice Complex Data Types
I’ve written a number of articles in this blog so far about complex data types (in Apache Hive). I frequently used the JPG format to
Apache Hive Questions and Answers-1
The collection of interview questions for Apache Hive is available here. I don’t claim full ownership of the questions and answers because the majority of
Complex Data Types – STRUCT
STRUCT in Hive is similar to STRUCT in the C programming language. It’s a record type that contains a collection of named fields that can
Apache Hive Complex Data Types
This is a collection of posts about Apache Hive Complex data types that were first published on this blog.
When to use Pig Latin and HiveQL?
Pig and Hive are two major components of the Hadoop ecosystem that make it easier to write complicated Java MapReduce processes. However, most Hive developers