meisam opened a new pull request #48: [LIVY-41] Let users access sessions by 
session name
URL: https://github.com/apache/incubator-livy/pull/48
 
 
   This commit  enables Livy users to access sessions either by names or by 
auto-generated sessiond id's.
   
   It also prevents users from creating sessions that have the same name.
   
   This commit keeps API change  minimal. These are places that API change
   is needed:
   - `Session` and its sub-classes adds a new field, `name`.
   - `RecoveryMetadata` and its sub-classes adds a new field, `name`.
   - `SessionManager` adds a new method `getSession(name: String)` which looks 
sessions up by name.
   
   
   Task-url: https://issues.apache.org/jira/browse/LIVY-41

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to