interactive glue job %magic command to configure Libraries

0

How do I assign Python library path and dependent JARs path when configuring a glue job using a Interactive Sessions Notebook?

asked 2 years ago309 views
1 Answer
0

Hello,  

As mentioned in [1] you can use %extra_py_files and %extra_jars for adding “Comma separated list of additional Python files from Amazon S3” and “Comma-separated list of additional jars to include in the cluster.” respectively to assign Python library path and dependent JARs path to a glue interactive session. Please note that you have to add this commands at the start of the interactive session.

————————

Reference:

[1] https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions-magics.html

================  

Have a nice day!

AWS
SUPPORT ENGINEER
Arun
answered 2 years ago

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.

Guidelines for Answering Questions