Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zeppelin does not display stack trace

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.

The empty stack trace

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.

like image 480
Baptiste Merliot Avatar asked Dec 06 '18 16:12

Baptiste Merliot


1 Answers

Set zeppelin.spark.printREPLOutput property to 'true' in Spark interpreter

like image 75
Saravanan Elumalai Avatar answered Nov 08 '22 12:11

Saravanan Elumalai