What is the difference between single node & pseudo-distributed mode in Hadoop?

前端 未结 2 1676
自闭症患者
自闭症患者 2021-01-30 15:30

I\'d like to know what is difference from the configuration point of view as well as theoretical point of view?

Do these two modes use different port numbers? or any oth

2条回答
  •  攒了一身酷
    2021-01-30 16:01

    A single node setup is one where you have (presumably) one datanode and one tasktracker on a single machine.

    A pseudo-distributed setup is where you have multiple datanodes and (presumably) tasktrackers on a single machine. So you have multiple instances of a datanode service running on a single machine to emulate a multi-node cluster.

提交回复
热议问题