0 votes
in HDFS by

What is configuration of a typical Slave Node on Hadoop Cluster and how many Jvms run on a Slave Node?

1 Answer

0 votes
by

Single instance of a Task Tracker is run on each Slave node. Task tracker is run as a separate JVM process. Single instance of a DataNode daemon is run on each Slave node. DataNode daemon is run as a separate JVM process. One or Multiple instances of Task Instance is run on each slave node. Each task instance is run as a separate JVM process. The number of Task instances can be controlled by configuration. Typically a high end machine is configured to run more task instances.

Related questions

+1 vote
asked Oct 29, 2022 in Hadoop by SakshiSharma
0 votes
asked Jun 21, 2023 in Hadoop by sharadyadav1986
...