Sergey Mazin created LIVY-794:
---------------------------------
Summary: Add audit log for statements submitted through Livy REST
API
Key: LIVY-794
URL: https://issues.apache.org/jira/browse/LIVY-794
Project: Livy
Issue Type: Improvement
Components: Server
Affects Versions: 0.7.0
Reporter: Sergey Mazin
For audit purposes we need to get a log of all statements submitted through
Livy and who submitted them.
Example of log record:
{code:java}
20/10/03 12:10:40.886 DEBUG InteractiveSessionAudit$: Executing statement in
interactive session 0, appId: APPID, owner: null, proxyUser: null, queue: null,
kind: pyspark, code: 1 + 2{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)