Skip to content

Commit 0d6f0c8

Browse files
authored
Merge pull request #21 from LSloveYJ/patch-1
修改名称
2 parents 380d398 + 325c2de commit 0d6f0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/Spark简介.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Apache Spark 具有以下特点:
4646
**执行过程**
4747

4848
1. 用户程序创建 SparkContext 后,它会连接到集群资源管理器,集群资源管理器会为用户程序分配计算资源,并启动 Executor;
49-
2. Dirver 将计算程序划分为不同的执行阶段和多个 Task,之后将 Task 发送给 Executor;
49+
2. Driver 将计算程序划分为不同的执行阶段和多个 Task,之后将 Task 发送给 Executor;
5050
3. Executor 负责执行 Task,并将执行状态汇报给 Driver,同时也会将当前节点资源的使用情况汇报给集群资源管理器。
5151

5252
## 四、核心组件

0 commit comments

Comments
 (0)