Connect to an existing interactive glue session

Viewed 24

I am using an AWS Glue interactive notebook to parse a very large JSON file from S3 using PySpark. I created a notebook, kicked off the session, and began reading in my file. While loading, my AWS console session expired and when I reloaded the tab I was no longer connected to my session.

If I start a new interactive session and run %list_sessions, I can see the id of my previous session. How do I reconnect to this session in my notebook to pick up where I left off?

0 Answers
Related