Bird
0
0

Which configuration file is commonly edited to enable audit logging in Hadoop?

easy📝 Conceptual Q3 of 15
Hadoop - Security
Which configuration file is commonly edited to enable audit logging in Hadoop?
Ayarn-site.xml
Bcore-site.xml
Cmapred-site.xml
Dhdfs-site.xml
Step-by-Step Solution
Solution:
  1. Step 1: Identify audit logging settings location

    Audit logging settings for HDFS are set in hdfs-site.xml.
  2. Step 2: Exclude other config files

    core-site.xml is for core settings, mapred-site.xml for MapReduce, yarn-site.xml for YARN.
  3. Final Answer:

    hdfs-site.xml -> Option D
  4. Quick Check:

    Audit config file = hdfs-site.xml [OK]
Quick Trick: HDFS audit configs go in hdfs-site.xml [OK]
Common Mistakes:
  • Editing core-site.xml instead
  • Confusing with YARN configs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes