1.

Which of the following will run pig in local mode?(a) $ pig -x local …(b) $ pig -x tez_local …(c) $ pig …(d) None of the mentionedThis question was addressed to me in class test.My question is taken from Introduction to Pig topic in portion Pig of Hadoop

Answer»

Correct CHOICE is (a) $ PIG -x LOCAL

For explanation I would say: Specify local mode USING the -x FLAG (pig -x local).



Discussion

No Comment Found

Related InterviewSolutions