You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/11/06 09:24:04 UTC

[GitHub] [incubator-livy] huianyi opened a new pull request #255: [Livy-707] Add audit log for SqlJobs from ThriftServer

huianyi opened a new pull request #255: [Livy-707] Add audit log for SqlJobs from ThriftServer
URL: https://github.com/apache/incubator-livy/pull/255
 
 
   ## What changes were proposed in this pull request?
   
   We should add audit logs in thriftServer for admin to easily to manage operations,
   
   ## How was this patch tested?
   
   An audit log example showed below,
   
   ```
   19/11/06 16:38:30 INFO ThriftServerAudit$: user: test ipAddress: 10.25.22.46 query: select count(*) from test1 beforeExecute: 1573029416951 afterExecute: 1573029510972 time spent: 94021
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services