Yarn contrast MapReduce1

Source: Internet
Author: User
  1. Scalability: In contrast to Jobtracker, each application instance, here can be said to be a mapreduce job has a managed application management that runs during application execution. This model is closer to the original Google paper.
  2. High availability: Highly available (high availability) usually after a service process fails, another daemon (daemon) can replicate the state and take over the work. However, for a large number of rapidly complex state changes, in jobtracker memory, making it very difficult to guarantee HA for this service, by splitting the responsibility on Jobtracker, a resource manager and a application Master is in yarn. Making a usable change a divide-and-conquer problem.
  3. Utilization: MapReduce1 Each tasktracker is configured with a statically assigned fixed-size slots. Assign it as map slots and reduce slots when configured, a map slot can only run the map task, and a reduce slot can only run the reduce task. In yarn, a Node Manager manages a resource pool, and in MapReduce 1, reduce has to wait until the map task runs out.
  4. Multi-tenancy (multitenancy): The biggest benefit of yarn is that it opens the door to Hadoop for other distributed applications. MapReduce is just one of those applications.

Yarn contrast MapReduce1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.