Pig
Pig Example
Use case: Using Pig find the most occurred start letter. Solution: Case 1: Load the data into bag named “lines”. The entire line is stuck…
Pig Data Types
Apache Pig supports many data types. A list of Apache Pig Data Types with description and examples are given below. Type Description Example Int Signed…
Pig Latin Concepts
There are 3 main Latin concepts of Apache Pig: Field, Tuple and Bag. The Latin concepts of Apache Pig are given below. Field: Each piece…
Pig Run Modes
Pig executes in two modes: Local Mode and MapReduce Mode. Local Mode It executes in a single JVM and is used for development experimenting and…
Pig Installation
The prerequisites for Apache Pig installation are Java and Hadoop to be installed in the system. Download the latest version of Pig from http://www.apache.org/dyn/closer.cgi/pig. Unzip…
What is Pig
Apache Pig is a high level data flow platform for execution Map Reduce programs of Hadoop. The language for Pig is pig Latin. The Pig…
Pig Tutorial
Pig tutorial provides basic and advanced concepts of Pig. Our Pig tutorial is designed for beginners and professionals. Pig is a high level data flow…