Skip to content

Commit 23662a9

Browse files
committed
docs: fix PySpark deps #2968
1 parent a922021 commit 23662a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ AWS Glue PySpark Jobs
217217
Go to your Glue PySpark job and create a new *Job parameters* key/value:
218218

219219
* Key: ``--additional-python-modules``
220-
* Value: ``pyarrow==7,awswrangler``
220+
* Value: ``awswrangler``
221221

222222
To install a specific version, set the value for the above Job parameter as follows:
223223

224-
* Value: ``pyarrow==7,pandas==1.5.3,awswrangler==3.9.2b1``
224+
* Value: ``pyarrow==14,pandas==1.5.3,awswrangler==3.9.2b1``
225225

226226
`Official Glue PySpark Reference <https://docs.aws.amazon.com/glue/latest/dg/reduced-start-times-spark-etl-jobs.html#reduced-start-times-new-features>`_
227227

0 commit comments

Comments
 (0)