Bird
0
0

You enabled audit logging by setting hadoop.security.authorization to true, but no audit logs are generated. What is the most likely cause?

medium📝 Troubleshoot Q14 of 15
Hadoop - Security
You enabled audit logging by setting hadoop.security.authorization to true, but no audit logs are generated. What is the most likely cause?
AAudit logger classes are not configured properly
BHadoop service is not running
CUser permissions are too high
DAudit logging is disabled by default
Step-by-Step Solution
Solution:
  1. Step 1: Check audit logging prerequisites

    Besides enabling authorization, audit logger classes must be configured to capture logs.
  2. Step 2: Identify missing configuration

    If audit logger classes are missing or misconfigured, no logs will appear despite enabling authorization.
  3. Final Answer:

    Audit logger classes are not configured properly -> Option A
  4. Quick Check:

    Enable + configure logger classes = audit logs [OK]
Quick Trick: Enable plus configure logger classes to get audit logs [OK]
Common Mistakes:
  • Assuming service not running causes no logs
  • Thinking user permissions block audit logs
  • Ignoring need to configure logger classes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes