Which component of Apache Pig translates scripts into MapReduce jobs?

  • Pig Compiler
  • Pig Engine
  • Pig Parser
  • Pig Server
The component of Apache Pig that translates scripts into MapReduce jobs is the Pig Compiler. It takes Pig Latin scripts as input and converts them into a series of MapReduce jobs that can be executed on a Hadoop cluster for data processing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *