I just tested it on my code and had not problem doing so. Can you share the code before the line eventsDF.registerTempTable("events")? Can you run the Zeppelin Load Data Into Table paragraph in the Zeppelin Tutorial and then try to run the select from bank on another note and see if it works?
Generally speaking since they both run in the same JVM and share the same spark context you shouldn't have problem doing what you described. Thanks, Eran On Wed, Sep 9, 2015 at 2:30 PM Eugene <blackorange...@gmail.com> wrote: > Hello, > > In promo video tutorial for Zeppelin ( > http://www.youtube.com/watch?v=_PQbVH_aO5E&feature=youtu.be) I see > demonstration of how to declare table 'bank' in one note and query this > table in another note. > I tried doing this and it did not work. > > I have one notebook with two notes: > > Note #1: // basically all data definition for second note > eventsDF.registerTempTable("events") > > Note #2: // querying defined table > %sql select * from events limit 10 > > > Note #1 gets executed okay, Note #2 fails > org.apache.spark.sql.AnalysisException: no such table events; > > How should I proceed to make my table be available for Note #2? > > Thanks! > > > -- > > > Best regards, > Eugene. > -- Eran | "You don't need eyes to see, you need vision" (Faithless)