InterviewSolution
Saved Bookmarks
| 1. |
Use the __________ command to run a Pig script that can interact with the Grunt shell (interactive mode).(a) fetch(b) declare(c) run(d) all of the mentionedI have been asked this question in an interview for internship.Question is from Data Processing Operators in Pig in chapter Pig of Hadoop |
|
Answer» RIGHT choice is (c) run Explanation: With the run COMMAND, every STORE TRIGGERS EXECUTION. |
|