0
0
Hadoopdata~5 mins

Audit logging in Hadoop - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is audit logging in Hadoop?
Audit logging in Hadoop records all user actions and system events to track access and changes for security and compliance.
Click to reveal answer
beginner
Which Hadoop component is primarily responsible for audit logging?
The NameNode is primarily responsible for audit logging because it manages file system metadata and records user access events.
Click to reveal answer
intermediate
Where are Hadoop audit logs typically stored?
Audit logs are usually stored in log files on the NameNode server, often under the directory configured by the property 'dfs.namenode.audit.log.dir'.
Click to reveal answer
intermediate
How can you enable audit logging in Hadoop?
Audit logging is enabled by default in Hadoop. You can configure its details in the 'hdfs-site.xml' file, such as log directory and log rolling policies.
Click to reveal answer
beginner
Why is audit logging important in Hadoop environments?
Audit logging helps detect unauthorized access, troubleshoot issues, and meet compliance requirements by providing a detailed record of user and system actions.
Click to reveal answer
What does Hadoop audit logging primarily track?
AUser access and file system changes
BCPU and memory usage
CNetwork traffic
DData replication status
Which Hadoop configuration file controls audit logging settings?
Acore-site.xml
Bhdfs-site.xml
Cmapred-site.xml
Dyarn-site.xml
Where are audit logs stored by default in Hadoop?
AOn the NameNode server
BOn the DataNode server
CIn HDFS user directories
DIn the ResourceManager logs
What is a key benefit of audit logging in Hadoop?
AImproves data compression
BManages cluster resources
CSpeeds up data processing
DTracks unauthorized access
Which Hadoop component generates audit logs?
AZooKeeper
BDataNode
CNameNode
DJobTracker
Explain what audit logging is in Hadoop and why it is important.
Think about how Hadoop keeps records of who did what and why that matters.
You got /4 concepts.
    Describe how to find and configure audit logging settings in a Hadoop cluster.
    Focus on the configuration file and the server responsible.
    You got /4 concepts.