We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a922021 commit 23662a9Copy full SHA for 23662a9
docs/source/install.rst
@@ -217,11 +217,11 @@ AWS Glue PySpark Jobs
217
Go to your Glue PySpark job and create a new *Job parameters* key/value:
218
219
* Key: ``--additional-python-modules``
220
-* Value: ``pyarrow==7,awswrangler``
+* Value: ``awswrangler``
221
222
To install a specific version, set the value for the above Job parameter as follows:
223
224
-* Value: ``pyarrow==7,pandas==1.5.3,awswrangler==3.9.2b1``
+* Value: ``pyarrow==14,pandas==1.5.3,awswrangler==3.9.2b1``
225
226
`Official Glue PySpark Reference <https://docs.aws.amazon.com/glue/latest/dg/reduced-start-times-spark-etl-jobs.html#reduced-start-times-new-features>`_
227
0 commit comments