Skip to content

Commit 93e9227

Browse files
Merge pull request #217145 from SnehaGunda/freshnessReview
Note on Dependencies for Workspace Packages & wheel package version note
2 parents 72b7042 + c62b40b commit 93e9227

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/synapse-analytics/spark/apache-spark-azure-portal-add-libraries.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to add and manage libraries used by Apache Spark in Azure
44
author: shuaijunye
55
ms.service: synapse-analytics
66
ms.topic: how-to
7-
ms.date: 07/07/2022
7+
ms.date: 11/03/2022
88
ms.author: shuaijunye
99
ms.subservice: spark
1010
ms.custom: kr2b-contr-experiment
@@ -46,6 +46,9 @@ To learn more about how to manage workspace libraries, see the following article
4646

4747
- [Manage workspace packages](./apache-spark-manage-workspace-packages.md)
4848

49+
> [!NOTE]
50+
> If you enabled [Data exfiltration protection](../security/workspace-data-exfiltration-protection.md), you should upload all your dependencies as workspace libraries.
51+
4952
## Pool packages
5053

5154
In some cases, you might want to standardize the packages that are used on an Apache Spark pool. This standardization can be useful if the same packages are commonly installed by multiple people on your team.
@@ -88,4 +91,4 @@ To learn more about Azure PowerShell cmdlets and package management REST APIs, s
8891
## Next steps
8992

9093
- View the default libraries: [Apache Spark version support](apache-spark-version-support.md)
91-
- Troubleshoot library installation errors: [Troubleshoot library errors](apache-spark-troubleshoot-library-errors.md)
94+
- Troubleshoot library installation errors: [Troubleshoot library errors](apache-spark-troubleshoot-library-errors.md)

articles/synapse-analytics/spark/apache-spark-manage-workspace-packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to add and manage libraries to workspace in Azure Synapse
44
author: shuaijunye
55
ms.service: synapse-analytics
66
ms.topic: conceptual
7-
ms.date: 09/21/2022
7+
ms.date: 11/03/2022
88
ms.author: shuaijunye
99
ms.subservice: spark
1010
---
@@ -25,6 +25,9 @@ To add workspace packages:
2525
>
2626
>- Once Workspace Packages are used to install packages on a given Apache Spark pool, there is a limitation that you can no longer specify packages using the Storage account path on the same pool.
2727
28+
> [!NOTE]
29+
> It's recommended that you don't have multiple wheel packages with the same name in a workspace. If you want to use a different version of the same wheel package, you have to delete the existing version and upload the new one.
30+
2831
## Storage account
2932
Custom-built wheel packages can be installed on the Apache Spark pool by uploading all the wheel files into the Azure Data Lake Storage (Gen2) account that is linked with the Synapse workspace.
3033

0 commit comments

Comments
 (0)