You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that these advanced sources are not available in the Spark shell, hence applications based on
714
-
these advanced sources cannot be tested in the shell. If you really want to use them in the Spark
713
+
Note that these external sources are not available in the Spark shell, hence applications based on
714
+
these external sources cannot be tested in the shell. If you really want to use them in the Spark
715
715
shell you will have to download the corresponding Maven artifact's JAR along with its dependencies
716
716
and add it to the classpath.
717
717
718
-
Some of these advanced sources are as follows.
718
+
Some of these external sources are as follows.
719
719
720
720
-**Kafka:** Spark Streaming {{site.SPARK_VERSION_SHORT}} is compatible with Kafka 0.8.2.1. See the [Kafka Integration Guide](streaming-kafka-integration.html) for more details.
721
721
@@ -1771,7 +1771,7 @@ To run a Spark Streaming applications, you need to have the following.
1771
1771
-*Package the application JAR* - You have to compile your streaming application into a JAR.
1772
1772
If you are using [`spark-submit`](submitting-applications.html) to start the
1773
1773
application, then you will not need to provide Spark and Spark Streaming in the JAR. However,
1774
-
if your application uses [advanced sources](#advanced-sources) (e.g. Kafka, Flume, Twitter),
1774
+
if your application uses [external sources](#external-sources) (e.g. Kafka, Flume, Twitter),
1775
1775
then you will have to package the extra artifact they link to, along with their dependencies,
1776
1776
in the JAR that is used to deploy the application. For example, an application using `TwitterUtils`
1777
1777
will have to include `spark-streaming-twitter_{{site.SCALA_BINARY_VERSION}}` and all its
0 commit comments