JerryLead / SparkInternals

Notes talking about the design and implementation of Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第二章 JobLogicaPlan.pdf 存在笔误

NobiGo opened this issue · comments

在第一小节中(1. 如何产生RDD,应该产生哪些RDD) 第二段 应该是:
负责接收来自上一个 RDD 或者数据源的 input records,perform transformation() 的计算逻辑,然后输出 records。