Closed lipppppp closed 4 years ago
We have a check in SmartClient#shouldIgnore. It's better to do the check in client side to avoid put pressure on server side. Please do the modification in that piece of code, if you need.
Thanks for your suggestions. But when I read file using "hdfs dfs -cat /path" command, access event didn't be filtered. That's why I add the check on server side.
There is no whitelist check in the access event report process. If user read files which is not in the whitelist from hdfs layer, access event still be counted. So, I add a simple filter to solve this issue.