1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
From the docs, https://pypi.org/project/aws-glue-sessions/1.0.6/ => support for the glue_ray session was removed starting from aws-glue-sessions 1.0.6 and above, so if you want to use glue_ray session use aws-glue-sessions 1.0.5 or below.
check change log in https://pypi.org/project/aws-glue-sessions/1.0.6/ for wording => v1.0.6 (2024-05-23) Removed glue_ray session type and related magics.
Further, It is recommended to migrate your AWS Glue to Ray on Elastic Compute Cloud (Amazon EC2)[1] or Ray on Amazon SageMaker[2].
[1] https://docs.ray.io/en/latest/cluster/vms/user-guides/launching-clusters/aws.html [2] https://aws.amazon.com/blogs/opensource/scaling-ai-and-machine-learning-workloads-with-ray-on-aws/
Thank you!
Relevant content
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago

I also poked around in the AWS console and there appears to be no way to start an interactive notebook in Glue Studio either. Only script jobs seem available