I noticed that most blogs are talking about how to setup HDFS Audit Logs. But is there a source to identify what each operation / cmd stands for?
I found the following table in Hadoop HowToConfigure wiki:
But what I don't know is that in all the operations, what do they stand for.
e.g. I was trying to categorize the operations by read / write operations but seems "open" is the general command for both read / write and the rest of them are more like DDL and access control operations.
I do understand that in different Hadoop distributions like Cloudera or HDP they have their own way to tell the audit logs, but what's the default operations stands for? e.g. create - might means create file / mkdirs might means mkdir for a hive table / hive partition.
And most importantly is there a way to differentiate read / write operations?