Pig and Hive are two major components of the Hadoop ecosystem that make it easier to write complicated Java MapReduce processes. However, most Hive developers
Category: Apache Pig
Apache Pig Architecture
Apache Pig is a high-level framework for developing Hadoop-based apps. Pig Latin is the name of the platform’s language. Pig’s Hadoop jobs can be run
Definitions of Big Data, Hadoop and Ecosystem Components
Commonly used terms in Hadoop / Big Data are described in this post. VMWare: A hypervisor is installed on the physical server using VMware server
Index of the character occurrences – Apache Pig
INDEXOF is the function that returns the index of the first occurrence of a character in a string, searching forward from a start index. Let’s
Search in a String (STARTSWITH) – Apache Pig
We frequently look for a certain term in a string. This sort of search is feasible in most programming languages that support wild-card searches. In
Search in a String (ENDSWITH) – Apache Pig
We frequently look for a certain term in a string. This sort of search is feasible in most programming languages that support wild-card searches. In