InterviewSolution
Saved Bookmarks
| 1. |
___________ executes the pipeline as a series of MapReduce jobs.(a) SparkPipeline(b) MRPipeline(c) MemPipeline(d) None of the mentioned |
|
Answer» The correct answer is (b) MRPipeline For explanation I would say: Every Crunch data pipeline is coordinated by an instance of the Pipeline interface. |
|