Tab completion is not working for pyspark kernels in EMR studio

0

When selecting a pyspark kernel for a notebook in EMR studio, tab completion and tooltips (with shift-Tab) are not working as expected. This is especially true for for attribute listing after a dot (.), for example typing in a shell

import os
os.

and pressing tab does not offer any suggestion. Same goes of course for spark session object, both the automatically created one and a manually created one with a SparkSession.builder.appName() call. Things are working fine with a Python3 kernel. I have tried with EMR cluster versions emr-6.6.0 and emr-6.8.0.

nikos64
已提問 2 年前檢視次數 78 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南