Hadoop - SecurityWhich configuration file is commonly edited to enable audit logging in Hadoop?Ayarn-site.xmlBcore-site.xmlCmapred-site.xmlDhdfs-site.xmlCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify audit logging settings locationAudit logging settings for HDFS are set in hdfs-site.xml.Step 2: Exclude other config filescore-site.xml is for core settings, mapred-site.xml for MapReduce, yarn-site.xml for YARN.Final Answer:hdfs-site.xml -> Option DQuick 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 insteadConfusing with YARN configs
Master "Security" in Hadoop9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Hadoop Quizzes Cluster Administration - Log management and troubleshooting - Quiz 13medium Cluster Administration - Monitoring with Ambari or Cloudera Manager - Quiz 10hard Cluster Administration - Cluster planning and sizing - Quiz 7medium Modern Data Architecture with Hadoop - Data lake design patterns - Quiz 12easy Performance Tuning - Small files problem and solutions - Quiz 11easy Performance Tuning - Memory and container sizing - Quiz 15hard Performance Tuning - MapReduce job tuning parameters - Quiz 6medium Performance Tuning - Why tuning prevents slow and failed jobs - Quiz 3easy Security - Wire encryption for data in transit - Quiz 3easy Security - Kerberos authentication - Quiz 8hard