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 年前326 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则