Skip to content

Commit 4c16752

Browse files
authored
Update articles/synapse-analytics/spark/apache-spark-azure-portal-add-libraries.md
1 parent f5baf6a commit 4c16752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The setup script requires [Synapse-Python38-CPU.yml](https://github.com/Azure-Sa
8383
```
8484

8585
- **Step2: Run the following script to identify the required dependencies**
86-
The below snippet can be used to pass your requirement.txt which has all the packages and version you intent to install in the spark 3.1/spark3.2 spark pool. It will print the names of the *new* wheel files/dependencies needed for your input library requirements. Note this will list out only the dependencies that are not already present in the spark pool by default.
86+
The below snippet can be used to pass your requirement.txt which has all the packages and version you intend to install in the spark 3.1/spark3.2 spark pool. It will print the names of the *new* wheel files/dependencies needed for your input library requirements. Note this will list out only the dependencies that are not already present in the spark pool by default.
8787

8888
```python
8989
# command to list out wheels needed for your input libraries

0 commit comments

Comments
 (0)