0 votes
in Big Data | Hadoop by

A __________ represents a distributed, immutable collection of elements of type T.
a) PCollect<T>
b) PCollection<T>
c) PCol<T>
d) All of the mentioned

1 Answer

0 votes
by

Answer: b
Explanation: PCollection<T> provides a method, parallelDo, that applies a DoFn to each element in the PCollection<T>.

Related questions

0 votes
asked Oct 22, 2022 in Hadoop by DavidAnderson
+1 vote
asked Mar 22, 2021 in JavaScript by Robindeniel
...