Getting Started with Hive: Bucketing & Window Functions


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description

Learners explore how Apache Hive query executions can be optimized, including techniques such as bucketing data sets, in this Skillsoft Aspire course. Using windowing functions to extract meaningful insights from data is also covered. This 10-video course assumes previous work with partitions in Hive, as well as conceptual understanding of how buckets can improve query performance. Learners begin by focusing on how to use the bucketing technique to process big data efficiently. Then take a look at HDFS (Hadoop Distributed File System) by navigating to the shell of the Hadoop master node; from there, make use of the Hadoop fs-ls command to examine contents of the directory. Observe three subdirectories corresponding to three partitions based on the value of the category column. You will then explore how to combine both the partitioning as well as bucketing techniques to further improve query performance. Finally, learners will explore the concept of co-windowing, which helps users analyze a subset of ordered data, and then to see how this technique can be implemented in Hive.



Expected Duration (hours)
1.1

Lesson Objectives

Getting Started with Hive: Bucketing & Window Functions

  • Course Overview
  • implement bucketing for a Hive table and explore the structure of the table and bucket on HDFS
  • apply both bucketing and partitioning for a table and describe the structure of such a table on HDFS
  • extract further performance from Hive queries by sorting the contents of buckets
  • work with samples of a Hive table by dividing it into buckets
  • perform join operations on three or more tables by chaining the joins
  • implement a window function to calculate running totals on an ordered dataset
  • apply a window function within a partition of your dataset
  • apply bucketing of Hive tables to boost query performance and to use window functions
  • Course Number:
    it_dsgshvdj_06_enus

    Expertise Level
    Intermediate