Answer Posted / Kunal
"Pig supports two execution modes: LOCAL and MAPRED (for Hadoop). LOCAL mode runs the script on a single machine, while MAPRED mode distributes the data across multiple nodes for parallel processing. For example: SET default.exec.mode = LOCAL or SET pig.exec.format = org.apache.pig.piggybank.storage.HadoopSeqStorage(mapred.job.name='pig');"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers