adspace


What are the different modes in which we can configure/install Hadoop?

Answer Posted / Aqib Ashhar

Hadoop can be configured and installed in three main modes: Standalone, Pseudo-Distributed, and Fully-Distributed. Standalone mode is used for testing a single node setup without HDFS or YARN. Pseudo-Distributed mode simulates a miniature Hadoop cluster on a single machine with separate instances of each Hadoop service. Fully-Distributed mode sets up a complete Hadoop cluster with multiple nodes running HDFS and YARN.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How job tracker schedules an assignment?

496


Which modes can Hadoop be run in? List a few features for each mode?

542


Give me the examples of Columnar database ?

669


How can you set an arbitrary number of Reducers to be created for a job in Hadoop?

551