Complete the code to show the main reason Hadoop was created.
Hadoop was created to handle [1] data volumes that traditional systems could not manage.
Hadoop was created to handle large data volumes that traditional systems could not manage.
Complete the code to explain what Hadoop uses to store big data.
Hadoop uses [1] to store data across many computers.Hadoop uses HDFS (Hadoop Distributed File System) to store data across many computers.
Fix the error in the sentence about Hadoop's processing model.
Hadoop processes data using the [1] model, which breaks tasks into small parts.Hadoop processes data using the MapReduce model, which breaks tasks into small parts to run in parallel.
Fill both blanks to describe Hadoop's fault tolerance and scalability.
Hadoop achieves fault tolerance by [1] data and scales by adding [2] to the cluster.
Hadoop achieves fault tolerance by replicating data and scales by adding nodes to the cluster.
Fill all three blanks to complete the explanation of Hadoop's design principles.
Hadoop was designed to handle [1] data by distributing storage with [2] and processing with [3].
Hadoop was designed to handle large data by distributing storage with HDFS and processing with MapReduce.