Skip to content

Commit 721045f

Browse files
committed
(DOCSP-21714) Highlight v10 connector on landing page (#96)
* (DOCSP-21714) Highlight v10 on landing page
1 parent 902ef08 commit 721045f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/index.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ The `MongoDB Connector for Spark
88
<https://www.mongodb.com/products/spark-connector>`_ provides
99
integration between MongoDB and Apache Spark.
1010

11+
.. note::
12+
13+
Version 10.x of the MongoDB Connector for Spark is an all-new
14+
connector based on the latest Spark API. Install and migrate to
15+
version 10.x to take advantage of new capabilities, such as tighter
16+
integration with
17+
:ref:`Spark Structured Streaming <spark-structured-streaming>`.
18+
19+
Version 10.x uses the new namespace
20+
``com.mongodb.spark.sql.connector.MongoTableProvider``.
21+
This allows you to use old versions of the connector
22+
(versions 3.x and earlier) in parallel with version 10.x.
23+
24+
To learn more about the new connector and its advantages, see the
25+
`MongoDB announcement blog post <https://dochub.mongodb.org/core/spark-connector-v10-announcement-blog>`__.
26+
1127
With the connector, you have access to all Spark libraries for use with
1228
MongoDB datasets: Datasets for analysis with SQL (benefiting from
1329
automatic schema inference), streaming, machine learning, and graph

0 commit comments

Comments
 (0)