-2

how can i differentiate hadoop standalone mode & pseudo distributed mode? Can anyone explain difference between all hadoop daemons as a single java process and separate java process

VaRun Sabu
  • 143
  • 1
  • 1
  • 5
  • 2
    Possible duplicate of [What is the difference between single node & pseudo-distributed mode in Hadoop?](https://stackoverflow.com/questions/23435333/what-is-the-difference-between-single-node-pseudo-distributed-mode-in-hadoop) – Derlin Sep 09 '17 at 09:38
  • In both modes, there are separate Java processes – OneCricketeer Sep 11 '17 at 02:15

1 Answers1

0

Hadoop standalone mode is running Hadoop commands without starting Hadoop daemons i.e. on local file system.

The pseudo distributed mode is running Hadoop daemons on a single machine.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
sumitsrjhs
  • 16
  • 2