Error: could not find function "list_spark_kernels"

Error: could not find function "list_spark_kernels"

我正在关注 tutorial 从 RStudio 访问关于数据科学体验的 spark。但是,教程中列出的功能不可用:

> list_spark_kernels()
Error: could not find function "list_spark_kernels"

我的主文件夹中有文件 config.yml.Rprofile

> dir(all.files = TRUE)
 [1] "."                  ".."                 ".pki"               ".Rhistory"          ".Rprofile"         
 [6] ".rstudio"           "config.yml"         "ibm-sparkaas-demos" "lost+found"         "R"   

我也尝试过获取我的 .Rprofile,但没有成功:

>  source(".Rprofile")
> list_spark_kernels()
Error: could not find function "list_spark_kernels"

我今天早些时候尝试了 list_spark_kernels() 功能,效果很好。

以防万一,有人面临 list_spark_kernels() not found.

请从 rstudio 控制台 remove.packages("sparklyr") 然后重新启动 rstudio。

重新启动将重新安装为连接到 spark 服务而创建的 sparklyr。

谢谢, 查尔斯.