How Pig programming gets converted into MapReduce jobs?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop How Pig programming gets converted into MapReduce jobs?

Viewing 1 reply thread
  • Author
    Posts
    • #4633
      DataFlair TeamDataFlair Team
      Spectator

      How Pig programming gets converted into MapReduce jobs in Hadoop?

    • #4636
      DataFlair TeamDataFlair Team
      Spectator

      Basically, a high-level platform which makes execution of many Hadoop data analysis issues easier is what we call Pig. As we know that a program which is written in Pig Latin is a data flow language needs an execution engine in order to execute the query. Hence, Pig compiler converts the program into MapReduce jobs, when a program is written in Pig Latin.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.