What are the different execution mode available in Pig?
Answer Posted / Pinki Dhama
In Apache Pig, there are two execution modes: Local Mode and MapReduce Mode. In Local Mode, Pig runs on a single machine, while in MapReduce Mode, it distributes the computation across a Hadoop cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers