Cloudera
DS-200 · Question #28
You need to analyze 60,000,000 images stored in JPEG format, each of which is approximately 25 KB. Because your Hadoop cluster isn't optimized for storing and processing many small files you decide…
The correct answer is B. XML F. JSON. See the full explanation below for the reasoning.
Question
You need to analyze 60,000,000 images stored in JPEG format, each of which is approximately 25 KB. Because your Hadoop cluster isn't optimized for storing and processing many small files you decide to do the following actions: 1. Group the individual images into a set of larger files 2. Use the set of larger files as input for a MapReduce job that processes them directly with Python using Hadoop streaming Which data serialization system gives you the flexibility to do this?
Options
- ACSV
- BXML
- CHTML
- DAvro
- ESequence Files
- FJSON
How the community answered
(41 responses)- A2% (1)
- B80% (33)
- C10% (4)
- D5% (2)
- E2% (1)
Community Discussion
No community discussion yet for this question.