Apache Pig Introduction
Writing the MapReduce program requires a good amount of programming knowledge and users spend most of the time writing and
Read moreWriting the MapReduce program requires a good amount of programming knowledge and users spend most of the time writing and
Read moreAs any other language pig provides a required set of data types. The below table describes each of them. Data
Read morePig Read | Pig Dump | Pig Store Operators In this blog, you will find information regarding Pig Read, Pig
Read moreApache Pig Diagnostic Operators Apache Pig Diagnostic operators are used to verifying the statements of Pig Latin. There are four
Read morePig Eval Functions Pig Eval functions are built-in functions, which are available in Pig. Below are a few examples of
Read morePig Group: ‘group‘ operator is used to group by one or more related by the same key. Here in the
Read morePig Foreach / Pig Filter / Pig Sort Operators Pig Foreach: ‘FOREACH’ operator generates data based on columns. Let’s use
Read moreTuple in Pig A Tuple is a collection of an ordered set of fields. Converts one or more expressions to
Read morePig UDF | Pig User Defined Function Pig provides support for writing user defined functions (UDF) to make processing easy.
Read moreApache Pig Execution In this chapter, we will learn about Apache pig execution and execution of a pig script from
Read more