Joining in Apache Pig is identical to joining in SQL, in that it is used to combine tuples (rows) from two or more relations (tables)
Tag: Creating table in Apache Pig
Arithmetic Operations in Apache Pig
Addition, subtraction, multiplication, and division are the four fundamental arithmetic operations. The arithmetic operators such as “+” (Plus), “–” (Minus), “*” (Subtraction), “/” (Division), and
Grouping in Apache Pig
We’ll look at how to group the relation (table) data with Apache Pig in this post. In data analysis, sorting or grouping the data is
Loading and Storing Data In Apache Pig
Apache Pig is a tool/platform for analyzing huge volumes of data as data flows. Pig is commonly used with Hadoop; we can use Apache Pig