What does CDH packaging do on install to facilitate Kerberos security setup?
Options:
A.
Automatically configures permissions for log files at & MAPRED_LOG_DIR/userlogs
B.
Creates users for hdfs and mapreduce to facilitate role assignment
C.
Creates directories for temp, hdfs, and mapreduce with the correct permissions
D.
Creates a set of pre-configured Kerberos keytab files and their permissions
E.
Creates and configures your kdc with default cluster values
Answer:
B
Question 3
During the execution of a MapReduce v2 (MRv2) job on YARN, where does the Mapper place the intermediate data of each Map Task?
Options:
A.
The Mapper stores the intermediate data on the node running the Job’s ApplicationMaster so that it is available to YARN ShuffleService before the data is presented to the Reducer
B.
The Mapper stores the intermediate data in HDFS on the node where the Map tasks ran in the HDFS /usercache/&(user)/apache/application_&(appid) directory for the user who ran the job
C.
The Mapper transfers the intermediate data immediately to the reducers as it is generated by the Map Task
D.
YARN holds the intermediate data in the NodeManager’s memory (a container) until it is transferred to the Reducer
E.
The Mapper stores the intermediate data on the underlying filesystem of the local disk in the directories yarn.nodemanager.locak-DIFS