I've got question about Hadoop Mapreduce and Pig environments. In this thread I've found that Pig Latin code is interpeted by Pig system.
First I thought Pig create .jar file with map and reduce methods and then this file is "send" to Hadoop Mapreduce environment to run a mapreduce job (it's a future work of developers of Pig).
So, when exactly Hadoop Mapreduce is used by Pig System? Is it somewhere during interpretation of Pig Latin code? Or, if I ask my question in another words: what is the output of Pig which is send as the input to Hadoop Mapreduce?
Thanks a lot for your answer.