Cloudera
CCD-333 · Question #3
Can you use MapReduce to perform a relational join on two large tables sharing a key? Assume that the two tables are formatted as comma-separated file in HDFS.
The correct answer is C. Yes, so long as both tables fit into memory. See the full explanation below for the reasoning.
Question
Can you use MapReduce to perform a relational join on two large tables sharing a key? Assume that the two tables are formatted as comma-separated file in HDFS.
Options
- AYes.
- BYes, but only if one of the tables fits into memory.
- CYes, so long as both tables fit into memory.
- DNo, MapReduce cannot perform relational operations.
- ENo, but it can be done with either Pig or Hive.
How the community answered
(44 responses)- A2% (1)
- B5% (2)
- C80% (35)
- D11% (5)
- E2% (1)
Community Discussion
No community discussion yet for this question.