How Pig programming gets converted into MapReduce jobs?
Answer Posted / Ashish Nag
Pig programming is translated into MapReduce jobs by the Pig compiler. The compiler takes the high-level Pig Latin script and generates a series of MapReduce jobs that perform the necessary data processing operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers