我正在按照教程从 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()
我今天早些时候尝试了该功能,效果很好。