Q&A
Ask and answer questions to make information more available to wider audiences.
Dominic Hotaling @dominichotaling   06, Jun 2023 12:00 AM
modes in which Hadoop can run
What are the modes in which Hadoop can run?
answers 2
 
Answer 1
Jose Grimsbro @josegrimsbro   12, Jun 2023 07:35 PM
Standalone mode: This is the default mode. It uses the local FileSystem and a single Java process to run the Hadoop services.
Pseudo-distributed mode: This uses a single-node Hadoop deployment to execute all Hadoop services.
Fully-distributed mode: This uses separate nodes to run Hadoop master and slave services.
 
Answer 2
Michaela Samuel @samuelmichaela5   12, Jun 2023 07:26 PM
Standalone mode
Pseudo-distributed mode
Fully-distributed mode