+1 vote
in Apache Pig by
Which of the following says Hadoop provides does Pig break?

Choose the correct answer from below option list

a) All values associated with a single key are processed by the same Reducer

b) The Combiner (if defined) may run multiple times, on the Map-side as well as the Reduce-side

c) Task stragglers due to slow machines (not data skew) can be sped up through speculative execution

d) Calls to the Reducer’s reduce() method only occur after the last Mapper has finished running

1 Answer

0 votes
by

a) All values associated with a single key are processed by the same Reducer

Related questions

+1 vote
asked Feb 2, 2022 in Apache Pig by sharadyadav1986
+1 vote
asked Feb 2, 2022 in Apache Pig by sharadyadav1986
...