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

demandé il y a un an325 vues
1 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a un an
  • Thanks for flagging this step Shahrukh. I might not have pointed this out well in my video above.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions