I installed Zeppelin 0.8.0 on Windows 10. When I write in a notebook with spark interpreter, correct code works fine, outputs are displayed, but stack trace is not displayed in case of error. It's like in is written in white, but actually lines between ^ are empty.
EDIT: REPL output seems to be enabled (with interpreter option zeppelin.spark.printREPLOutput
) since I got an error output. But it's as if stacktrace was emptied just before printing, causing only ^
pointers to be displayed.