sergeymazin opened a new pull request #312: URL: https://github.com/apache/incubator-livy/pull/312
## What changes were proposed in this pull request? We should add audit log for interactive session statements submitted through Livy REST API. JIRA: https://issues.apache.org/jira/browse/LIVY-794 ## How was this patch tested? manual tests Audit log example that get's printed out: ``` 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 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
