Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

zeppelin debug

avatar
Super Collaborator

Hi All,

how to debug zeppelin, I am trying a simple command - It's giving error.

%sql

val df = sqlContext.sql("show databases")

cannot recognize input near 'val' 'df' '='; line 1 pos 0 '

set zeppelin.spark.sql.stacktrace = true to see full stacktrace

Thanks,

Avijeet

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Avijeet Dash

there are a few options, here's a great article by one of our engineers https://community.hortonworks.com/articles/70658/how-to-diagnose-zeppelin.html

to see it in action, here's a short article that demonstrates remote debug in action http://lresende.blogspot.com/2016/08/launching-apache-zeppelin-in-debug-mode.html

View solution in original post

1 REPLY 1

avatar
Master Mentor

@Avijeet Dash

there are a few options, here's a great article by one of our engineers https://community.hortonworks.com/articles/70658/how-to-diagnose-zeppelin.html

to see it in action, here's a short article that demonstrates remote debug in action http://lresende.blogspot.com/2016/08/launching-apache-zeppelin-in-debug-mode.html