Spark Source Analysis-scheduler Module

Source: Internet
Author: User

RDD dependencies and classification of the stage

In Spark, each is a representation of a RDD dataset in a certain state, and this state is likely to be transformed from the previous state, so in other words it RDD may RDD(s) have dependencies on the previous one. Depending on the dependencies, you can RDD divide into two different types: Narrow Dependency and Wide Dependency .

  • Narrow DependencyRefers to child RDD only a parent RDD(s) fixed number of partition.
  • Wide DependencyEach of the child RDD partition is dependent on parent RDD(s) all partition.

Http://jerryshao.me/architecture/2013/04/21/Spark%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B9%8B-scheduler%E6%A8 %a1%e5%9d%97/

Spark Source Analysis-scheduler Module

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.