weiwenda created LIVY-544:
-----------------------------

             Summary: Statements in a Session must execute one by one which is 
time-consuming
                 Key: LIVY-544
                 URL: https://issues.apache.org/jira/browse/LIVY-544
             Project: Livy
          Issue Type: Improvement
          Components: REPL
    Affects Versions: 0.5.0
            Reporter: weiwenda



*  when user's main usage scenario is not sensitive to the order of execution, 
sush as sql Session Kind, user may hope livy server can deal with multi 
statement concurrentlly
* but as interpreterExecutor initialized as singleThreadExecutor, it's no 
possible to satisfy sush requirement.
bq.   private val interpreterExecutor = 
ExecutionContext.fromExecutorService(Executors.newSingleThreadExecutor())



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to