Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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