Bird
0
0

You want to audit all user actions on Hadoop files and see who changed data and when. Which combination of steps is correct?

hard📝 Best Practice Q15 of 15
Hadoop - Security
You want to audit all user actions on Hadoop files and see who changed data and when. Which combination of steps is correct?
ASet <code>hadoop.security.authorization=true</code> and configure audit logger classes
BSet <code>hadoop.security.authorization=false</code> and enable debug logging
COnly configure audit logger classes without enabling authorization
DEnable file system replication and audit logging
Step-by-Step Solution
Solution:
  1. Step 1: Enable security authorization

    Setting hadoop.security.authorization=true activates audit logging capability.
  2. Step 2: Configure audit logger classes

    These classes capture and record user actions in logs.
  3. Final Answer:

    Set hadoop.security.authorization=true and configure audit logger classes -> Option A
  4. Quick Check:

    Enable authorization + logger classes = full audit [OK]
Quick Trick: Enable authorization and logger classes for full audit [OK]
Common Mistakes:
  • Disabling authorization but expecting audit logs
  • Relying on debug logging for audit
  • Confusing replication with audit logging

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes