2
Reply

Define respective components of HDFS and YARN

Abhishek Rana

Abhishek Rana

5y
6.9k
0
Reply

    1. Hadoop Distributed File System, also known as HDFS, Hadoop architecture, Yet Another Resource Negotiator, also known as YARN, and YARN architecture.
    2. Hadoop Distributed File System (HDFS)
    3. HDFS is a distributed file system that provides access to data across Hadoop clusters. A cluster is a group of computers that work together.
    4. Like other Hadoop-related technologies, HDFS is a key tool that manages and supports analysis of very large volumes petabytes and zetabytes of data.
    5. What is YARN?
    6. YARN is the acronym for Yet Another Resource Negotiator. YARN is a resource manager created by separating the processing engine and the management function of MapReduce.
    7. It monitors and manages workloads, maintains a multi-tenant environment, manages the high availability features of Hadoop, and implements security controls
    8. For more details
    9. https://www.simplilearn.com/hdfs-and-yarn-tutorial