adplus-dvertising
frame-decoration

Question

You can run Pig in batch mode using __________

a.

Pig shell command

b.

Pig scripts

c.

Pig options

d.

All of the mentioned

Answer: (b).Pig scripts

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. You can run Pig in batch mode using __________

Similar Questions

Discover Related MCQs

Q. Pig Latin statements are generally organized in one of the following ways?

Q. Which of the following function is used to read data in PIG?

Q. You can run Pig in interactive mode using the ______ shell.

Q. Which of the following is the default mode?

Q. Which of the following will run pig in local mode?

Q. $ pig -x tez_local … will enable ________ mode in Pig.

Q. _________ operator is used to review the schema of a relation.

Q. Which of the following operator is used to view the map reduce execution plans?

Q. ___________ operator is used to view the step-by-step execution of a series of statements.

Q. __________ is a framework for collecting and storing script-level statistics for Pig Latin.

Q. The ________ class mimics the behavior of the Main class but gives users a statistics object back.

Q. ___________ is a simple xUnit framework that enables you to easily test your Pig scripts.

Q. Which of the following will compile the Pigunit?

Q. PigUnit runs in Pig’s _______ mode by default.

Q. __________ abstract class has three main methods for loading data and for most use cases it would suffice to extend it.

Q. Which of the following has methods to deal with metadata?

Q. ____________ method will be called by Pig both in the front end and back end to pass a unique signature to the Loader.

Q. ___________ return a list of hdfs files to ship to distributed cache.

Q. The loader should use ______ method to communicate the load information to the underlying InputFormat.

Q. ____________ method enables the RecordReader associated with the InputFormat provided by the LoadFunc is passed to the LoadFunc.