How is data stored in a Hadoop cluster?
A.
The data is divided into blocks, and copies of these blocks are replicated across multiple servers in
the Hadoop cluster.
B.
The data converted into a single block, and the block is stored in just one of the servers in the
Hadoop cluster.
C.
The data is divided into blocks, each block is stored in a different server in the Hadoop cluster, but
the blocks are not replicated.
D.
The data is converted into a single block, and copies of this block are replicated across multiple
servers in the Hadoop cluster.