adspace


What is hadoop? Name the main components of a hadoop application?

Answer Posted / Chhatrpal Singh

"Hadoop is an open-source framework for distributed storage and processing of large datasets. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. The main components of a Hadoop application are: 1) HDFS (Hadoop Distributed File System) - a distributed file system that provides high-throughput access to application data. 2) MapReduce - a programming model for processing large datasets in parallel across the nodes in the cluster. 3) YARN (Yet Another Resource Negotiator) - manages the resources of the Hadoop clusters, scheduling jobs and managing MapReduce tasks."n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

552


How job tracker schedules an assignment?

496