Re: Query regarding livy session

2018-06-08 Thread Harsch, Tim
: "user@livy.incubator.apache.org" Date: Sunday, June 3, 2018 at 7:07 PM To: "user@livy.incubator.apache.org" Subject: Re: Query regarding livy session This is by design that Livy doesn't support concurrent execution of different requests. Because Livy doesn't know

Re: Query regarding livy session

2018-06-03 Thread Saisai Shao
This is by design that Livy doesn't support concurrent execution of different requests. Because Livy doesn't know if the subsequent requests are semantically dependent or not. Rajeshkumar R 于2018年6月3日周日 下午12:08写道: > Hello >> I have a livy session which is linked to a spark context. This spark >>

Query regarding livy session

2018-06-02 Thread Rajeshkumar R
> > Hello > I have a livy session which is linked to a spark context. This spark > context is holding to data from a table in memory. My idea is to use this > data shareble across multiple users using same livy session and context. > But livy is not allowing two request at the sametime to the same