24.Which two features does Kerberos security add to a Hadoop cluster?(Choose two)
A. User authentication on all remote procedure calls (RPCs)
B. Encryption for data during transfer between the Mappers and Reducers
C. Encryption for data on disk (“at rest”)
D. Authentication for user access to the cluster against a central server
E. Root access to the cluster for users hdfs and mapred but non-root access for clients
Answer: A,D
refrence:
http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/4.7.0/Configuring-Hadoop-Security-with-Cloudera-Manager/cmchs_intro_kereberos.html
Hadoop security uses Kerberos principals and keytabs to perform user authentication on all remote procedure calls (RPCs)