InterviewSolution
Saved Bookmarks
| 1. |
___________ operator is used to view the step-by-step execution of a series of statements.(a) ILLUSTRATE(b) DESCRIBE(c) STORE(d) EXPLAINThe question was posed to me during an interview.I'd like to ask this question from Pig Latin in chapter Pig of Hadoop |
|
Answer» RIGHT option is (a) ILLUSTRATE The explanation: ILLUSTRATE ALLOWS you to test your programs on small datasets and GET faster TURNAROUND TIMES. |
|