|
Answer» Which of the following is correct about Pig? CHOOSE the correct option from below list (1)Pig may generate a different NUMBER of Hadoop jobs given a particular script, DEPENDENT on the amount/type of data that is being processed. (2)Pig ALWAYS generates the same number of Hadoop jobs given a particular script, independent of the amount/type of data that is being processed. Pig replaces the MapReduce core with its own execution ENGINE. (3)When doing a default join, Pig will detect which join-type is probably the most efficient.
Answer:-(1)Pig may generate a different number of Hadoop jobs given a particular script, dependent on the amount/type of data that is being processed.
|