Pig scripts are easier and faster to
write than the standard Java MapReduce jobs. 
However, Pig is not intended to replace MapReduce.
There are several situations when Pig is not a good
choice for data analysis. Pig works better with somewhat
structured data files and should be avoided when analyzing 
completely unstructured data such as video, audio, or raw text files.