1.

A __________ represents a distributed, immutable collection of elements of type T.(a) PCollect(b) PCollection(c) PCol(d) All of the mentionedI have been asked this question in an interview for job.This key question is from Crunch with Hadoop in section Apache Spark, Flume, Lucene, Hama, HCatalog, Mahout, Drill, Crunch and Thrift of Hadoop

Answer» RIGHT choice is (b) PCOLLECTION

To ELABORATE: PCollection provides a method, parallelDo, that APPLIES a DoFn to each element in the PCollection.


Discussion

No Comment Found

Related InterviewSolutions