Skip to content

Commit 46c1625

Browse files
authored
Merge pull request lw-lin#26 from wongxingjun/master
Fix a typo; by @wongxingjun
2 parents 60d6f84 + ddd6de9 commit 46c1625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Spark Streaming 源码解析系列/3.1 Receiver 分发详解.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Spark 1.4.0 的 `launchReceivers()` 的过程如下:
106106

107107
![image](3.imgs/030.png)
108108

109-
其中,在 `Receiver y` 失效时,以前的 Spark Streaming 有可能会在 executor 1 上重启 `Recever y`,而 1.5.0 以来,将在 executor 3 上重启 `Receiver y`
109+
其中,在 `Receiver y` 失效时,以前的 Spark Streaming 有可能会在 executor 1 上重启 `Receiver y`,而 1.5.0 以来,将在 executor 3 上重启 `Receiver y`
110110

111111
### (2) 每个 Receiver 分发有单独的 Job 负责
112112

0 commit comments

Comments
 (0)