112k views
4 votes
Hadoop 2 consists of which three open-source sub-projects maintained by the Apache Software Foundation?

A. Big SQL
B. YARN
C. Hive
D. Cloudbreak
E. MapReduce
F. HDFS

User Ezig
by
7.7k points

1 Answer

2 votes

Final answer:

Hadoop 2 consists of three open-source sub-projects maintained by the Apache Software Foundation: YARN, MapReduce, and HDFS.

Step-by-step explanation:

Hadoop 2 consists of three open-source sub-projects maintained by the Apache Software Foundation:

  1. YARN: Yet Another Resource Negotiator is the key component of Hadoop 2, responsible for managing resources and scheduling tasks.
  2. MapReduce: is a programming model and software framework for processing large amounts of data in parallel across a cluster of computers.
  3. HDFS: Hadoop Distributed File System is a distributed file system that provides high-performance access to data across multiple machines.

User Klesun
by
8.1k points