InterviewSolution
Saved Bookmarks
| 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 … |
|