Learn about the two major components of Apache Pig: the first is the language itself, which is called PigLatin, and the second is the runtime environment where PigLatin programs are executed.Apache Pig was initially developed at Yahoo! to allow people using Hadoop® to focus more on analyzing large data sets and spend less time having to write mapper and reducer programs. Like actual pigs, who eat almost anything, the Pig programming language is designed to handle any kind of data—hence the name!
- Get an overview of Pig's data structures supported and how to access data using the LOAD operator.
- Learn Pig's relational operators.
- Learn Pig's evaluation functions, as well as math and string functions.