Define different execution mode available in Apache Pig?

preetha s
preetha s

Posted On: Jan 07, 2021

 

The three different execution modes are defined below:

Interactive Mode (Grunt shell) in Apache Pig includes the Grunt shell in which users can enter the Pig Latin statements and get the output (using Dump operator).

Batch Mode (Script) in Apache Pig allows writing the Pig Latin script in a single file with .pig extension.

Embedded Mode (UDF) in Apache Pig has the provision of defining User Defined Functions in programming languages such as Java and using them in our script

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Pig Interview Questions

    Explain what is Apache Pig?

    Apache Pig is a platform for creating programs that run on Apache Hadoop. It uses the Pig Latin language. It also executes its Hadoop jobs in MapReduce, Apache Tez, or Apache Spark....

    Apache Pig Interview Questions

    What is difference between Apache Pig and Hadoop?

    The difference between Apache Pig and Hadoop are as follows: Topics Apache Pig HadoopData Processing It is used to analyze large sets of data representing them as data flows. A...

    Apache Pig Interview Questions

    What is BloomMapFile in Apache Pig?

    BloomMapFile in Apache Pig is a class that is used to provide a quick membership test for the keys using dynamic bloom filters. It extends the MapFile class....