You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/install.rst
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,36 @@ and press **create** to create the layer.
33
33
34
34
4 - Go to your Lambda and select your new layer!
35
35
36
-
AWS Glue Wheel
37
-
--------------
36
+
AWS Glue Python Shell Jobs
37
+
--------------------------
38
38
39
-
.. note:: AWS Data Wrangler has compiled dependencies (C/C++) so there is only support for ``Glue Python Shell``, **not** for ``Glue PySpark``.
39
+
1 - Go to `GitHub's release page <https://github.com/awslabs/aws-data-wrangler/releases>`_ and download the wheel file
40
+
(.whl) related to the desired version.
40
41
41
-
1 - Go to `GitHub's release page <https://github.com/awslabs/aws-data-wrangler/releases>`_ and download the wheel file (.whl) related to the desired version.
42
+
2 - Upload the wheel file to any Amazon S3 location.
43
+
44
+
3 - Go to your Glue Python Shell job and point to the wheel file on S3 in
0 commit comments