Skip to content

Commit cd8c892

Browse files
committed
Modified connect-from-databricks.md for elimination of warnings
1 parent 2474c10 commit cd8c892

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/cosmos-db/mongodb/vcore/connect-from-databricks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ ms.date: 03/08/2024
1313
# Connect to Azure Cosmos DB for MongoDB vCore from Azure Databricks
1414
[!INCLUDE[MongoDB vCore](./introduction.md)]
1515

16-
This article walks you through connecting Azure Cosmos DB for MongoDB vCore using Spark connector for Databricks. It walks through basic Data Manipulation Language(DML) operations like Read, Write, Create Views or Temporary Tables, Filtering and Running Aggregations using python code.
16+
This article explains you for connecting Azure Cosmos DB MongoDB vCore from Azure Databricks. It walks through basic Data Manipulation Language(DML) operations like Read, Filter, SQLs, Aggregation Pipelines and Write Tables using python code.
1717

1818
## Prerequisites
1919
* [Provision an Azure Cosmos DB for MongoDB vCore cluster.](quickstart-portal.md)
2020

2121
* Provision your choice of Spark environment [Azure Databricks](/azure/databricks/scenarios/quickstart-create-databricks-workspace-portal).
2222

23-
## Dependencies for connectivity
23+
## Configure Dependencies for connectivity
24+
The following are the dependencies required to connect to Azure Cosmos DB for MongoDB vCore from Azure Databricks:
2425
* **Spark connector for MongoDB**
25-
Spark connector is used to connect to Azure Cosmos DB for MongoDB vCore. Identify and use the version of the connector located in [Maven central](hhttps://mvnrepository.com/artifact/org.mongodb.spark/mongo-spark-connector) that is compatible with the Spark and Scala versions of your Spark environment. We recommend an environment that supports Spark 3.2.1 or higher, and the spark connector available at maven coordinates `org.mongodb.spark:mongo-spark-connector_2.12:3.0.1`.
26+
Spark connector is used to connect to Azure Cosmos DB for MongoDB vCore. Identify and use the version of the connector located in [Maven central](https://mvnrepository.com/artifact/org.mongodb.spark/mongo-spark-connector) that is compatible with the Spark and Scala versions of your Spark environment. We recommend an environment that supports Spark 3.2.1 or higher, and the spark connector available at maven coordinates `org.mongodb.spark:mongo-spark-connector_2.12:3.0.1`.
2627

2728
* **Azure Cosmos DB for MongoDB connection strings:** Your Azure Cosmos DB for MongoDB vCore connection string, user name, and passwords.
2829

0 commit comments

Comments
 (0)