-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.0
-
Component/s: documentation, nfs
-
Labels:None
-
Hadoop Flags:Reviewed
A couple property names are wrong in the NFS user guide, and should be fixed as the following:
<property> - <name>dfs.nfsgateway.keytab.file</name> + <name>dfs.nfs.keytab.file</name> <value>/etc/hadoop/conf/nfsserver.keytab</value> <!-- path to the nfs gateway keytab --> </property> <property> - <name>dfs.nfsgateway.kerberos.principal</name> + <name>dfs.nfs.kerberos.principal</name> <value>nfsserver/_HOST@YOUR-REALM.COM</value> </property>