Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Dec 11, 2014
1 parent ca19078 commit ce299e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/streaming-custom-receivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ trait can be applied on any Akka actor, which allows received data to be stored
{% highlight scala %}
class CustomActor extends Actor with ActorHelper {
def receive = {
case data: String => store(data)
case data: String => store(data)
}
}
{% endhighlight %}
Expand Down
1 change: 0 additions & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ different languages.
**Note:** Python API for Spark Streaming has been introduced in Spark 1.2. It has all the DStream
transformations and almost all the output operations available in Scala and Java interfaces.
However, it has only support for basic sources like text files and text data over sockets.
<<<<<<< HEAD
APIs for additional sources, like Kafka and Flume, will be available in the future.
Further information about available features in the Python API are mentioned throughout this
document; look out for the tag
Expand Down

0 comments on commit ce299e4

Please sign in to comment.