InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the default mode?(a) Mapreduce(b) Tez(c) Local(d) All of the mentionedI have been asked this question during an interview.My question is based upon Introduction to Pig topic in section Pig of Hadoop |
|
Answer» CORRECT option is (a) Mapreduce For EXPLANATION: To run PIG in mapreduce mode, you need ACCESS to a HADOOP cluster and HDFS installation. |
|