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 <rajhe...@gmail.com> 于2018年6月3日周日 下午12:08写道:

> 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 session.
>> The second request is in queue when the first is being processed. Is this
>> the way livy is designed or there is some issue in our code?
>>
>> Thanks
>> Rajesh
>>
>>
>>

Reply via email to