What are different modes of execution in Apache Pig?
Answer Posted / Anil Tyagi
The different modes of execution in Apache Pig are: local mode, pseudo-distributed mode, and fully distributed mode. Local mode runs Pig scripts locally without using Hadoop. Pseudo-distributed mode simulates a Hadoop cluster on a single machine, while fully distributed mode uses a real Hadoop cluster for execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers