Reputation: 11315
I'm running Apache Zeppelin on AWS EMR for the first time and I'm unable to see the errors after running code. The only thing I see is the status changes from Running to ERROR.
I have also checked the Hadoop Resource Manager and the logs do not contain any errors.
I would assume that Zeppelin should display the errors in the results window. Is this not the correct assumption?
Upvotes: 1
Views: 845
Reputation: 441
You can edit interpreter settings from the menu on the right top corner. Edit spark
properties section to add zeppelin.spark.printREPLOutput
as name and set its value to true
.
Upvotes: 0
Reputation: 1400
We had the same issue with emr-5.0.3. This is a known bug. Switched to emr-5.2.0 and it is working fine
Upvotes: 0
Reputation: 209
Zeppelin behaves like this when Spark and Hadoop are not running. Maybe it's simple as that.
Upvotes: 1
Reputation: 96
The error should be displayed.
BTW What EMR version are you using?
I just tested Zeppelin Tutorial in EMR-5.2.0 and it's working well.
Upvotes: 1