InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator is used to view the map reduce execution plans?(a) DUMP(b) DESCRIBE(c) STORE(d) EXPLAINThe question was asked during an interview for a job.The origin of the question is Pig Latin topic in section Pig of Hadoop |
|
Answer» RIGHT answer is (d) EXPLAIN To explain: EXPLAIN DISPLAYS execution plans. |
|