Apache zeppelin tutorial, error “sql interpreter not found”

巧了我就是萌 提交于 2019-12-01 16:26:01

I had the same error. The problem was that the spark interpreter was deselected. At the top of the tutorial page, open the gear icon and make sure "spark %spark..." is blue and click save.

The UI is a bit confusing here. All interpreters are selected (blue) by default. You just have to click "save"

Just add %spark to the "Load Data Into Table"

%spark import org.apache.commons.io.IOUtils

after that replace %sql with %spark.sql in your queries.

It will work.

Also , ensure that spark and md in the interprtors are selected(blue means selected) and click on save.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!