$ pig -x tez_local … will enable ________ mode in Pig. a) Mapreduce b) Tez c) Local d) ...
View QuestionWhich of the following will run pig in local mode?
a) $ pig -x local … b) $ pig -x tez_local … c) $ pig … d) None ...
View QuestionWhich of the following is the default mode?
a) Mapreduce b) Tez c) Local d) All of the mentioned Answer: a Explanation: To run Pig ...
View QuestionYou can run Pig in interactive mode using the ______ shell.
a) Grunt b) FS c) HDFS d) None of the mentioned Answer: a Explanation: Invoke the Grunt ...
View QuestionWhich of the following function is used to read data in PIG?
a) WRITE b) READ c) LOAD d) None of the mentioned Answer: c Explanation: PigStorage is the ...
View QuestionPoint out the wrong statement.
a) To run Pig in local mode, you need access to a single machine b) The DISPLAY operator ...
View QuestionPig Latin statements are generally organized in one of the following ways?
a) A LOAD statement to read data from the file system b) A series of “transformation” statements to ...
View QuestionYou can run Pig in batch mode using __________
a) Pig shell command b) Pig scripts c) Pig options d) All of the mentioned Answer: b
View QuestionPoint out the correct statement.
a) You can run Pig in either mode using the “pig” command b) You can run Pig in ...
View QuestionPig operates in mainly how many nodes?
a) Two b) Three c) Four d) Five Answer: a Explanation: You can run Pig (execute ...
View Question