【发布时间】:2019-02-04 00:28:14
【问题描述】:
我安装了 Zeppelin,并且正在使用 Spark 解释器。但是,如果我有语法或运行时错误,除了“错误”字样之外,我找不到任何详细信息。
例如,我有这样的代码:
而且我只在右上角看到“错误”字样。
在我自己的电脑上,scala 会打印类似的东西:
$ scala example.sc
./example.sc:1: error: recursive value a needs type
val a = this is an error
^
.example.sc:1: error: not found: value an
val a = this is an error
^
two errors found
我使用的是 0.7.3 版。
【问题讨论】:
标签: apache-spark apache-zeppelin