jspooner
jspooner

Reputation: 11315

Displaying errors from Zeppelin on Amazon EMR

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.

enter image description here

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

Answers (4)

Mustafa Orkun Acar
Mustafa Orkun Acar

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

Ashish Markanday
Ashish Markanday

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

Jarek
Jarek

Reputation: 209

Zeppelin behaves like this when Spark and Hadoop are not running. Maybe it's simple as that.

Upvotes: 1

HyungSung Shim
HyungSung Shim

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

Related Questions