gaborgsomogyi commented on a change in pull request #23929:
[SPARK-27022][DSTREAMS] Add kafka delegation token support.
URL: https://github.com/apache/spark/pull/23929#discussion_r263397944
##########
File path: docs/streaming-kafka-0-10-integration.md
##########
@@ -277,9 +277,79 @@ stream.foreachRDD(rdd -> {
</div>
</div>
-### SSL / TLS
-The new Kafka consumer [supports
SSL](http://kafka.apache.org/documentation.html#security_ssl). To enable it,
set kafkaParams appropriately before passing to `createDirectStream` /
`createRDD`. Note that this only applies to communication between Spark and
Kafka brokers; you are still responsible for separately
[securing](security.html) Spark inter-node communication.
+### Deploying
+
+As with any Spark applications, `spark-submit` is used to launch your
application.
+
+For Scala and Java applications, if you are using SBT or Maven for project
management, then package
`spark-streaming-kafka-0-10_{{site.SCALA_BINARY_VERSION}}` and its dependencies
into the application JAR. Make sure `spark-core_{{site.SCALA_BINARY_VERSION}}`
and `spark-streaming_{{site.SCALA_BINARY_VERSION}}` are marked as `provided`
dependencies as those are already present in a Spark installation. Then use
`spark-submit` to launch your application (see [Deploying
section](streaming-programming-guide.html#deploying-applications) in the main
programming guide).
+
+### Security
Review comment:
Link added.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]