Antonio Murgia created LIVY-758:
-----------------------------------

             Summary: Java API should be able to connect to existing session
                 Key: LIVY-758
                 URL: https://issues.apache.org/jira/browse/LIVY-758
             Project: Livy
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.7.0, 0.6.0
            Reporter: Antonio Murgia


The current Java client automatically creates a new session upon connection, 
unless an uri with a session is passed (i.e. passing 
[http://localhost:8999/sessions/3] as URI will attach to session 3). This is 
not documented at all and I think it should be documented more explicitly. Also 
I purpose to add a method to LivyClientBuilder in order to explicitly set the 
session id to be used, without removing the actual solution that can still be 
used anyway. If the session id is set both in the property and the URI, an 
exception will be thrown.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to