hi,maillist:
i use kerberos to do auth for my hadoop cluster, i have a 3-node
cluster(HDFS
& YARN)
z1.example.com (NN,RM)
z2.example.com (NM,DN)
z3.example.com (NM,DN,proxyserver,historyserver)
i create principal for NN&DN
hdfs/[email protected]
hdfs/[email protected]
hdfs/[email protected]
and for RM&NM
yarn/[email protected]
yarn/[email protected]
yarn/[email protected]
for mapreduce history server
mapred/[email protected]
mapred/[email protected]
mapred/[email protected]
for http principals in SPNEGO (instead of kerberos SSL for HTTP
transactions)
HTTP/[email protected]
HTTP/[email protected]
HTTP/[email protected]
and i can start cluster (HDFS & YARN) successfully
but i do not know how to let a common user to run application on yarn ,(i
am not know kerberos),any one can help?