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) EXPLAIN |
|
Answer» Right answer is (d) EXPLAIN To explain: EXPLAIN displays execution plans. |
|