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
Asked
Active
Viewed 42 times
-2
-
2Possible 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 Answers
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
-
Hi, what if my hadoop installed via ambari? what is my hadoop's mode? – yuliansen Jun 11 '20 at 00:33