Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/_data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
url: spring/spring-tx
- title: Apache Kafka Streamer
url: kafka/kafka-streamer
- title: Apache Spark Extension
url: spark/spark
- title: Apache Storm Streamer
url: storm/storm-streamer
- title: Change Data Capture Extension
Expand Down
5 changes: 5 additions & 0 deletions docs/_docs/spark/spark.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Spark module dependency in the following way (replace `${ignite-spark-ext.versio
[tabs]
--
tab:pom.xml[]

[source,xml]
----
<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand All @@ -50,7 +51,10 @@ if you run the application by using the spark-submit command, or add them to you

NOTE: We support any minor version of Scala 2.12, Spark 3.2 and all versions of Apache Ignite.

[tabs]
--
tab:pom.xml[]

[source,xml]
----
...
Expand Down Expand Up @@ -125,3 +129,4 @@ tab:pom.xml[]
...
</project>
----
--