File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ The `MongoDB Connector for Spark
88<https://www.mongodb.com/products/spark-connector>`_ provides
99integration 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+
1127With the connector, you have access to all Spark libraries for use with
1228MongoDB datasets: Datasets for analysis with SQL (benefiting from
1329automatic schema inference), streaming, machine learning, and graph
You can’t perform that action at this time.
0 commit comments