What are the two main components of the hadoop framework?
Answer Posted / Varun Adhikari
"The Hadoop framework is composed of two main components: Hadoop Distributed File System (HDFS) and MapReduce. HDFS is a distributed file system designed to run on commodity hardware, providing high throughput access to application data. MapReduce is a programming model for processing large datasets in parallel, breaking the input data into smaller pieces (maps), processing each piece independently (map function), and then combining the results (reduce function)."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers