Unable to start Glue interactive session in Pycharm

0

I followed all the steps mentioned in https://docs.aws.amazon.com/glue/latest/dg/interactive-sessions.html

and followed steps mentioned https://www.youtube.com/watch?v=04LMQxDxjGM

When I run jupyter notebook command from pycharm it is getting opened on internet explorer . But When I am trying to create juyptor notebook directly in pycharm I am not getting option of GLue pyspark or glue spark as mentioned in video.

Enter image description here

Enter image description here

Also it never showed me https://localhost as shown in video

已提問 1 年前檢視次數 329 次
1 個回答
1

Hello,

To better understand your issue I replicated your environment by downloading the Pycharm application in my system.

I followed the steps mentioned in the above YouTube video and was able to reproduce your issue and I was also not able to view the Glue Pyspark and Glue Spark options.

Later I checked the AWS documentation and found the below blog

Author AWS Glue jobs with PyCharm using AWS Glue interactive sessions

https://aws.amazon.com/blogs/big-data/author-aws-glue-jobs-with-pycharm-using-aws-glue-interactive-sessions/

Referring to this blog, I found that we need to run a sample command (below is the example) to start the Jupyter notebook and view the Glue Pyspark options.

print("This notebook will start the local Python kernel")

Please refer the above AWS blog for detailed steps.

Hope you find the above information helpful.

profile pictureAWS
支援工程師
已回答 1 年前
  • Thanks for flagging this step Shahrukh. I might not have pointed this out well in my video above.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南