Q.1.
PCollection, PTable, and PGroupedTable all support a __________ operation.
Q.2.
Point out the correct statement.
Q.3.
Crunch uses Java serialization to serialize the contents of all of the ______ in a pipeline definition.
Q.4.
Inline DoFn that splits a line up into words is an inner class ____________
Q.5.
Point out the wrong statement.
Q.6.
DoFns provide direct access to the __________ object that is used within a given Map or Reduce task via the getContext method.
Q.7.
The top-level ___________ package contains three of the most important specializations in Crunch.
Q.8.
The Avros class also has a _____ method for creating PTypes for POJOs using Avro’s reflection-based serialization mechanism.
Q.9.
The ______________ class defines a configuration parameter named LINES_PER_MAP that controls how the input file is split.
Q.10.
The ________ class allows developers to exercise precise control over how data is partitioned, sorted, and grouped by the underlying execution engine.