💭
databricksでRが使えないとき
エラーメッセージ
Your administrator has only allowed sql and python and scala commands on this cluster. This execution contained at least one disallowed language.
解決方法
クラスターの設定
アクセスモードが「共有」になっているので、それを変更
共有は、現状Scala, python, sqlしか使えない。
Discussion