Apache Pig Tutorial

Preface

Apache Pig is a high-level program that is used for large data sets analysis. Its structure is responsive to large parallelization, which in turn enables it to handle very large data sets. Apache Pig uses Pig Latin language. Using Pig we can perform data manipulation and other operations in Hadoop.

This tutorial has been prepared to provide an introduction to Apache Pig, its installation, operations such as loading/storing data, operators, control structure, and so on.


Prerequisites

A basic understanding of Hadoop, MapReduce programming, and SQL are required.


Spectators

This tutorial is created for any professionals who are keen to learn Apache Pig and want to perform MapReduce operations without typing complex codes in Java. It will cover all prospective of Apache Pig.


So let's Begin it, Happy Learning.