askhatri opened a new pull request, #384:
URL: https://github.com/apache/incubator-livy/pull/384

   ## What changes were proposed in this pull request?
   
   A session should have a field 'ttl' (Time to live) which once exceeded 
should get the session killed.This field can be a parameter in the POST 
/sessions request and then be a part of session object. Livy has a config 
`livy.server.session.timeout` but this is a global config and cannot be 
configured for a session. A 'ttl' field can help set this for a session level.
   
   JIRA: https://issues.apache.org/jira/browse/LIVY-968
   
   ## How was this patch tested?
   
   Verified manually by creating interactive session via REST API call in a 
local Yarn cluster. Also, we have add the new unit tests.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to