If you create a new session, the session will get a new Spark Context and will run completely in isolation from the first session.
Thanks, Meisam On Fri, Jun 22, 2018 at 5:24 PM JF Chen <[email protected]> wrote: > so I need to create a new session if resource is enough? > > Regard, > Junfeng Chen > > > On Fri, Jun 22, 2018 at 12:35 PM Saisai Shao <[email protected]> > wrote: > >> No, busy means currently there's job running in Spark, so the follow-up >> code will wait until the previous job is done. >> >> JF Chen <[email protected]> 于2018年6月22日周五 上午11:53写道: >> >>> Can livy execute code when session is in busy state? >>> >>> Regard, >>> Junfeng Chen >>> >>
