Why YARN was needed?

Viewing 1 reply thread
  • Author
    Posts
    • #4784
      DataFlair TeamDataFlair Team
      Spectator

      What is the need of YARN in Hadoop?
      Why YARN?

    • #4785
      DataFlair TeamDataFlair Team
      Spectator

      Hadoop Yarn

      Yarn – “Yet Another Resource Negotiator”
      It is the resource management layer of Hadoop. To run and process data stored in HDFS (Hadoop Distributed File System), it permits different data processing engines like graph processing, interactive processing, stream processing as well as batch processing. Yarn also does job Scheduling, apart from resource management. It can take the advantages of HDFS (most reliable and popular storage system on the planet) and economic cluster by extending the power of Hadoop to other evolving technologies.

      Though, to learn about Yarn in detail, follow the link: Hadoop Yarn Tutorial for Beginners

Viewing 1 reply thread
  • You must be logged in to reply to this topic.