We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5801e8 commit b72886bCopy full SHA for b72886b
docs/streaming-programming-guide.md
@@ -1081,7 +1081,7 @@ Some of the common mistakes to avoid are as follows.
1081
1082
- Often writing data to external system requires creating a connection object
1083
(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
+For this purpose, a developer may inadvertently try creating a connection object at
1085
the Spark driver, but try to use it in a Spark worker to save records in the RDDs.
1086
For example (in Scala),
1087
0 commit comments