Login
Remember
Register
Ask a Question
What is a DataNode in HDFS?
0
votes
asked
Jun 8, 2020
in
HDFS
by
Robindeniel
What is a DataNode?
#hdfs-datanode
#datanode-hdfs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 8, 2020
by
sharadyadav1986
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.
...