-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ambari-new-nodes-dn-nm.csv.tmpl
- Loading branch information
1 parent
4aaae0e
commit f7e8f5b
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# If you do these users it will invalidate them on the existing nodes, scp the existing keytabs is better | ||
#_HOST,Ambari Smoke Test User,ambari-qa@LOCALDOMAIN,smokeuser.headless.keytab,/etc/security/keytabs,ambari-qa,hadoop,440 | ||
#_HOST,HDFS User,hdfs@LOCALDOMAIN,hdfs.headless.keytab,/etc/security/keytabs,hdfs,hadoop,440 | ||
_HOST,HDFS SPNEGO User,HTTP/_HOST@LOCALDOMAIN,spnego.service.keytab,/etc/security/keytabs,root,hadoop,440 | ||
_HOST,DataNode,dn/_HOST@LOCALDOMAIN,dn.service.keytab,/etc/security/keytabs,hdfs,hadoop,400 | ||
_HOST,NodeManager SPNEGO User,HTTP/_HOST@LOCALDOMAIN,spnego.service.keytab,/etc/security/keytabs,root,hadoop,440 | ||
_HOST,NodeManager,nm/_HOST@LOCALDOMAIN,nm.service.keytab,/etc/security/keytabs,yarn,hadoop,400 |