Dear all, I am working on a python project to manage spark sessions via livy’s REST API. One of my requirements is that each user only has access to his submitted sessions and not of other users. One solution could be to filter the result of the get session API for a given user based on the proxyUser filed of the result. In another way, I am thinking to add a new request parameter to the get session API and then say the livy to take care of the rest. Is it possible in livy?
Thanks in advance for any help!
