it should depend on the order in which you run the paragraphs...did you run in the same order that you listed them above?
On Tue, Dec 27, 2016 at 5:20 PM, Pengcheng Fang <nuspengch...@163.com> wrote: > Hi All, > > I have one more question regarding the contextual relevance in > the previous paragraph and the latter paragraph in Zeppelin, for example : > > ----------------------paragraph1-------------------------- > %jdbc(hive) > use database_one > --------------------------------------------------------------- > > ----------------------paragraph2-------------------------- > %jdbc(hive) > show tables > --------------------------------------------------------------- > > ----------------------paragraph3-------------------------- > %jdbc(hive) > use database_two > --------------------------------------------------------------- > > ----------------------paragraph4-------------------------- > %jdbc(hive) > show tables > --------------------------------------------------------------- > > If the tables in databases_one and databases_two are totally different, > will the output in "paragraph2" and "paragraph4" be different ? > > From my understanding , the answer should be "YES" , but from test result > at my side , the output in "paragraph2" and "paragraph4" are same ... > > Does anyone know the reason , or did I go worng ? > > Thanks and Best regards > > Pengcheng > > > >