z.pe in apache zeppelin导致错误

时间:2016-05-09 11:05:39

标签: apache-zeppelin

enter image description here我在apache zeppelin中尝试z.load如下:

%dep
z.load("/zeppelin-0.5.6-incubating-bin-all/lplibs/hive/csv-serde-1.0.5-jar-with-dependencies.jar")

我得到一个ERROR,它说(不确定这是错误):

Must be used before SparkInterpreter (%spark) initialized
Hint: put this paragraph before any Spark code and restart Zeppelin/Interpreter

这个zeppelin部分是我在笔记本中的第一个所以我不确定它在抱怨什么......

2 个答案:

答案 0 :(得分:1)

现在我无法检查你的问题,但你应该在加载依赖jar文件之前重启解释器(按下重启按钮)。

答案 1 :(得分:1)

其他笔记本可能已经启动了Sparkcontext。

正如Kangrok所说,只需重新启动Spark解释器。

但除此之外,为什么不使用最新的zeppelin,在这种情况下,您不需要使用%dep来加载依赖项。相反,它可以从Interpreter屏幕加载。

更多细节可以在https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/dependencymanagement.html

找到