0
私はtutorialに続いて、データサイエンスエクスペリエンスのRStudioからスパークにアクセスしています。しかし、チュートリアルに記載されている機能は使用できません。エラー:関数 "list_spark_kernels"を見つけることができませんでした
> 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()
関数を試してみましたが、うまくいきました。