Created 11-05-2018 03:30 PM
I have the same/related question: what is the default logging level for logging user-issued 'hdfs dfs' commands? Does the system log all those commands by default? Where would I look to see what the logging level actually is? Thanks.
Created 11-06-2018 03:46 PM
What, exactly, are you trying to track? Are you trying to generate audit information for HDFS access?
Created 11-06-2018 04:56 PM
Created 11-07-2018 04:03 PM
If you are using CDH:
- (without Navigator Audit Server) by default, audits are stored in /var/log/hadoop-hdfs/hfds-audit.log
- (With Navigator Audit Server), audits are stored in /var/log/hadoop-hdfs/audits/
This page has a list of auditable events:
Created 11-08-2018 04:26 AM