adspace


What are the 2 modes used to run pig scripts?

Answer Posted / Aneek Yadav

Apache Pig supports two modes to run scripts: Local Mode and MapReduce Mode. In Local Mode, Pig runs on a single machine using its built-in execution engine. In MapReduce Mode, it uses Apache Hadoop's MapReduce for distributed processing.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of UNION and SPLIT operators? Give examples?

620