내용으로 건너뛰기

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

질문됨 3년 전660회 조회

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.

AWS
지원 엔지니어

답변함 3년 전

  • Thanks for flagging this step Shahrukh. I might not have pointed this out well in my video above.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠