0 votes
in HDFS by
What is a DataNode?

1 Answer

0 votes
by
DataNodes are the slave nodes in HDFS. It is a commodity hardware that provides storage for the data. It serves the read and write request of the HDFS client.
...