diff --git a/examples/sample_consumer.ipynb b/examples/sample_consumer.ipynb index f0a83bc..2f9c36b 100644 --- a/examples/sample_consumer.ipynb +++ b/examples/sample_consumer.ipynb @@ -6,7 +6,7 @@ "source": [ "# Basic data streaming using Apache Spark and Apache Kafka\n", "\n", - "This is a basic “hello world” demonstration of Apache Structured Streaming using an Apach Kafka data source. The script `sample_producer.py` repeatedly sends the string “Hello” plus a sequence number to the `sample` topic in Kafka. This notebook subscribes to that topic and displays the results of the query.\n", + "This is a basic “hello world” demonstration of Apache Structured Streaming using an Apache Kafka data source. The script `sample_producer.py` repeatedly sends the string “Hello” plus a sequence number to the `sample` topic in Kafka. This notebook subscribes to that topic and displays the results of the query.\n", "\n", "See [Structured Streaming Programming Guide](https://spark.apache.org/docs/2.2.0/structured-streaming-programming-guide.html) and [Structured Streaming + Kafka Integration Guide](https://spark.apache.org/docs/latest/structured-streaming-kafka-integration.html).\n", "\n",