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
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 공식업데이트됨 4년 전

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