The goal of this post is to show you how to retrieve filtered data from a relation (table) in Apache Pig. Apache Pig has a
Executing Shell Commands in Apache Hive
One does not need to exit Hive or start a new shell to verify the files and directories of HDFS, copy files from the local
Removing Redundant Tuples in Apache Pig
To avoid erroneous data values, it’s common to look for and eliminate duplicate entries during data analysis. This article will teach you how to remove
Executing Hive Queries in Silent Mode From HDFS Terminal
The goal of this tutorial is to show you how to run hive queries in silent mode. It’s used to get data from tables without
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
Select Specific Columns – Apache Pig
Since Apache Pig does not have SELECT statements like SQL, there is no straightforward solution for loading, filtering, and retrieving particular columns in a single