Skip to content

Commit 6eb1b6f

Browse files
CrazyJvmrxin
authored andcommitted
Streaming doc : do you mean inadvertently?
Author: CrazyJvm <[email protected]> Closes #3620 from CrazyJvm/streaming-foreachRDD and squashes the following commits: b72886b [CrazyJvm] do you mean inadvertently?
1 parent 98a7d09 commit 6eb1b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ Some of the common mistakes to avoid are as follows.
10811081

10821082
- Often writing data to external system requires creating a connection object
10831083
(e.g. TCP connection to a remote server) and using it to send data to a remote system.
1084-
For this purpose, a developer may inadvertantly try creating a connection object at
1084+
For this purpose, a developer may inadvertently try creating a connection object at
10851085
the Spark driver, but try to use it in a Spark worker to save records in the RDDs.
10861086
For example (in Scala),
10871087

0 commit comments

Comments
 (0)