-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PySpark library working in Glue Spark version 3.0 not working anymore in Glue Spark 4.0 #204
Comments
In addition to this, I followed the setup guide here - https://github.com/awslabs/aws-glue-libs?tab=readme-ov-file#setup-guide, using the latest
It's saying I'm running on Apple Macbook M2 Pro using Spark version So I'm wondering is it because I'm running on arm64 based machine that's why it's not working as expected vs non-arm64 based machines. PS: I'm using binary distribution version of the libray, not the docker-based image version. Just want to clarify this upfront. |
from awsglueml.transform import EntityDetector does not work anymore in Glue version 4.0 - what is the replacement. AWS docs only are covering Scala for PII detection outside of Glue studio and via libraries and not Pyspark
The text was updated successfully, but these errors were encountered: