Skip to content

Commit 6d5f964

Browse files
authored
Update apache-spark-manage-workspace-packages.md
1 parent f84c673 commit 6d5f964

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
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: azure-synapse-analytics
66
ms.topic: conceptual
7-
ms.date: 11/03/2022
7+
ms.date: 12/03/2024
88
ms.author: shuaijunye
99
ms.subservice: spark
1010
---
@@ -15,8 +15,8 @@ Workspace packages can be custom or private wheel (Python), jar (Scala/Java), or
1515

1616
To add workspace packages:
1717
1. Navigate to the **Manage** > **Workspace packages** tab.
18-
2. Upload your wheel files by using the file selector.
19-
3. Once the files have been uploaded to the Azure Synapse workspace, you can add these packages to a given Apache Spark pool.
18+
2. Upload your files using the file selector.
19+
3. Once the files have been uploaded to the Azure Synapse workspace, you can add these packages to an Apache Spark pool.
2020

2121
:::image type="content" source="./media/apache-spark-azure-portal-add-libraries/studio-add-workspace-package.png" alt-text="Screenshot that highlights workspace packages." lightbox="./media/apache-spark-azure-portal-add-libraries/studio-add-workspace-package.png":::
2222

@@ -26,10 +26,10 @@ To add workspace packages:
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
2828
> [!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.
29+
> It's recommended that you don't have multiple packages with the same name in a workspace. If you want to use a different version of the same package, you have to delete the existing version and upload the new one.
3030
3131
## Storage account
32-
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.
32+
Custom-built packages can be installed on the Apache Spark pool by uploading all the files into the Azure Data Lake Storage (Gen2) account that is linked with the Synapse workspace.
3333

3434
The files should be uploaded to the following path in the storage account's default container:
3535

@@ -39,7 +39,7 @@ abfss://<file_system>@<account_name>.dfs.core.windows.net/synapse/workspaces/<wo
3939

4040
>[!WARNING]
4141
> - In some cases, you may need to create the file path based on the structure above if it does not already exist. For example, you may need to add the ```python``` folder within the ```libraries``` folder if it does not already exist.
42-
> - This method of managing custom wheel files will not be supported on the Azure Synapse Runtime for Apache Spark 3.0. Please refer to the Workspace packages feature to manage custom wheel files.
42+
> - This method of managing custom files will not be supported on the Azure Synapse Runtime for Apache Spark 3.0. Please refer to the Workspace packages feature to manage custom files.
4343
4444
> [!IMPORTANT]
4545
> To install custom libraries using the Azure DataLake Storage method, you must have the **Storage Blob Data Contributor** or **Storage Blob Data Owner** permissions on the primary Gen2 Storage account that is linked to the Azure Synapse Analytics workspace.

0 commit comments

Comments
 (0)