DataNode

E830288

DataNode is a core component of Hadoop's HDFS responsible for storing actual data blocks on local storage and serving read/write requests from clients and the NameNode.

All labels observed (2)

Label Occurrences
DataNode canonical 2
Hadoop DataNode 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf HDFS component ⓘ
Hadoop daemon ⓘ
belongsTo Hadoop cluster ⓘ
linked to: Hadoop
canBe decommissioned ⓘ
recommissioned ⓘ
canHost multiple block replicas ⓘ
canUse TLS for data transfer ⓘ
checks block checksums ⓘ
communicatesWith HDFS clients ⓘ
NameNode ⓘ
configuredBy hdfs-site.xml ⓘ
contrastedWith NameNode ⓘ
dependsOn Java Virtual Machine ⓘ
underlying operating system ⓘ
developedFor Apache Hadoop ⓘ
linked to: Hadoop
exposes data transfer protocol ⓘ
failureImpact causes block unavailability until replicas are used ⓘ
handles pipeline writes ⓘ
streaming reads ⓘ
identifiedBy network address ⓘ
storage ID ⓘ
implementsProtocol DataNode protocol ⓘ
introducedIn early versions of Apache Hadoop ⓘ
logs I/O operations ⓘ
monitoredBy NameNode ⓘ
participatesIn HDFS block placement ⓘ
HDFS rebalancing ⓘ
HDFS replication ⓘ
partOf HDFS ⓘ
Hadoop Distributed File System ⓘ
linked to: HDFS
persists HDFS blocks as files ⓘ
persistsMetadata block metadata on local disk ⓘ
reportsTo NameNode ⓘ
responsibleFor serving read requests for data blocks ⓘ
serving write requests for data blocks ⓘ
storing HDFS data blocks ⓘ
roleComparedToNameNode stores data while NameNode stores metadata ⓘ
runsAs background service ⓘ
runsOn worker node ⓘ
securedBy HDFS security mechanisms ⓘ
sends block reports ⓘ
heartbeats ⓘ
stores data blocks on local storage ⓘ
supportsFeature rack awareness via NameNode ⓘ
supportsOperation block creation ⓘ
block deletion ⓘ
block recovery ⓘ
block replication ⓘ
uses local file system ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

HDFS → storesBlocksOn → DataNode ⓘ
WebHDFS REST API → integratesWith → Hadoop DataNode ⓘ
linked to: DataNode
NameNode → communicatesWith → DataNode ⓘ