InterviewSolution
Saved Bookmarks
| 1. |
Which of the following will compile the Pigunit?(a) $pig_trunk ant pigunit-jar(b) $pig_tr ant pigunit-jar(c) $pig_ ant pigunit-jar(d) None of the mentionedI have been asked this question during an interview.The query is from Pig Latin topic in division Pig of Hadoop |
|
Answer» CORRECT ANSWER is (a) $pig_trunk ANT pigunit-jar Easy EXPLANATION: The compile will create the pigunit.jar FILE. |
|