What is Pig? in Big Data Hadoop
•Used to write data analysis programs
•Pig provides a high-level language known as Pig Latin.
•Using Pig Latin, programmers can perform Map Reduce tasks easily without having to type complex codes in Java.
•Apache Pig uses multi-query approach, thereby reducing the length of codes.
•Apache Pig reduces the development time by almost 16 times.
•Pig Latin is SQL-like language and it is easy to learn Apache Pig when you are familiar with SQL.
•Apache Pig provides many built-in operators to support data operations like joins, filters, ordering.
Post Your Comment