What are the different modes in which PIG can run and explain those?
Answer Posted / Rais Ahmed Mansoori
Pig can run in two main modes: Local Mode and MapReduce Mode. In Local Mode, the Pig engine executes the script on a single machine without any distributed processing. This mode is useful for testing small scripts or debugging issues. In MapReduce Mode, the Pig engine distributes the script across multiple machines to process large datasets in parallel.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers