|
Post by Admin on Mar 15, 2014 12:18:04 GMT
What is a DataNode? How many instances of DataNode run on a Hadoop Cluster?
DataNode stores data in the Hadoop File System HDFS. There is only One DataNode process run on any hadoop slave node. DataNode runs on its own JVM process. On startup, a DataNode connects to the NameNode. DataNode instances can talk to each other, this is mostly during replicating data.
|
|