-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding documentation for azure.cosmos.spark package and managing spar…
…k libraries (#1013) * Removing double quotes * Commenting out * Bringing maven jar back * Adding double quotes * Reverting changes * Adding document to manage library for Azure Spark platforms * More edits, adding section for azure.cosmos.spark package * Adding back the cosmos DB documentation that was deleted in previous PRs
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: default | ||
title: Manage library for Azure Spark Compute (Azure Databricks and Azure Synapse) | ||
parent: How-to Guides | ||
--- | ||
|
||
# Manage libraries for Azure Synapse | ||
|
||
Sometimes you might run into dependency issues where a particular dependency might be missing on your spark compute, most likely you will face this issue while executing sample notebooks in that environment. | ||
|
||
If you want to intall maven, PyPi or private packages on your Synapse cluster, you can follow the [official documentation](https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-azure-portal-add-libraries) of how to do it for workspace, pool and session and the difference between each one of them. | ||
|
||
|
||
## Manage libraries for Azure Databricks | ||
|
||
Similarly to install an external library from PyPi, Maven or private packages on databricks you can follow the official [databricks documentation](https://learn.microsoft.com/en-us/azure/databricks/libraries/cluster-libraries) |