adspace


In which scenario Pig is better fit than MapReduce?

Answer Posted / Manoj Kumar Singh

Pig is a better fit when dealing with complex data analysis tasks that involve complex joins, filters, and groupings. It provides a higher-level abstraction over MapReduce, making it easier to write and maintain data processing scripts.

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