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

posta un anno fa313 visualizzazioni
1 Risposta
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
TECNICO DI SUPPORTO
con risposta un anno fa
  • Thanks for flagging this step Shahrukh. I might not have pointed this out well in my video above.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande