Hadoop PIG
In this tutorial, we will focus on scripting language Hadoop PIG for processing big data.

Hadoop Pig is a scripting platform that runs top on Hadoop. It is a high-level and declarative language. It is designed for non-java programmers. Pig uses Latin scripts data flow language.
Why do we need Pig?
Hadoop is written in Java and initially, most of the developers write map-reduce…