You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/12/05 22:42:18 UTC

spark git commit: Streaming doc : do you mean inadvertently?

Repository: spark
Updated Branches:
  refs/heads/master 98a7d0997 -> 6eb1b6f62


Streaming doc : do you mean inadvertently?

Author: CrazyJvm <cr...@gmail.com>

Closes #3620 from CrazyJvm/streaming-foreachRDD and squashes the following commits:

b72886b [CrazyJvm] do you mean inadvertently?


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6eb1b6f6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6eb1b6f6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6eb1b6f6

Branch: refs/heads/master
Commit: 6eb1b6f6204ea3c8083af3fb9cd990d9f3dac89d
Parents: 98a7d09
Author: CrazyJvm <cr...@gmail.com>
Authored: Fri Dec 5 13:42:13 2014 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Fri Dec 5 13:42:13 2014 -0800

----------------------------------------------------------------------
 docs/streaming-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6eb1b6f6/docs/streaming-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md
index 44a1f3a..5ebe834 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -1081,7 +1081,7 @@ Some of the common mistakes to avoid are as follows.
 
 - Often writing data to external system requires creating a connection object
 (e.g. TCP connection to a remote server) and using it to send data to a remote system.
-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
 the Spark driver, but try to use it in a Spark worker to save records in the RDDs.
 For example (in Scala),
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org