From 23662a9d386a55dd1ba3ca3598db7c61aeee8778 Mon Sep 17 00:00:00 2001 From: Abdel Jaidi Date: Mon, 30 Sep 2024 12:53:15 +0100 Subject: [PATCH] docs: fix PySpark deps #2968 --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 031b98633..e7fc7d0b5 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -217,11 +217,11 @@ AWS Glue PySpark Jobs Go to your Glue PySpark job and create a new *Job parameters* key/value: * Key: ``--additional-python-modules`` -* Value: ``pyarrow==7,awswrangler`` +* Value: ``awswrangler`` To install a specific version, set the value for the above Job parameter as follows: -* Value: ``pyarrow==7,pandas==1.5.3,awswrangler==3.9.2b1`` +* Value: ``pyarrow==14,pandas==1.5.3,awswrangler==3.9.2b1`` `Official Glue PySpark Reference `_