Skip to content

Unable to install External python librarires(e.g.redshift_connector==2.0.913) in AWS Glue Spark Job through Job Parameters option "--additional-python-modules"

0

Unable to install External python librarires(e.g.redshift_connector==2.0.913) in AWS Glue Spark Job through Job Parameters option "--additional-python-modules" .

asked 3 years ago627 views
1 Answer
1

You have a space after the comma and before boto.
Also check the logs (I think it's "output") for details about what pip is trying to install and how it goes

AWS
EXPERT
answered 3 years ago
  • Good Answer, but it is not working in Glue Spark Job

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.