简体   繁体   中英

Connect to an existing interactive glue session

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?

This happened to me. I had to search through my browser history for the link and that worked for me.

web browser history

I can't find an obvious solution, but that worked for me.

** note all scripts and code will be gone when you reconnect.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM