[
https://issues.apache.org/jira/browse/HDFS-7094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140400#comment-14140400
]
Brahma Reddy Battula commented on HDFS-7094:
--------------------------------------------
[~schu] will you look..?
Approach for Correction can be done any of the following way
I) Document updatation
2) Code
If it is from code, I can give patch.. orelse can you please look..?
and which will be good..?
> [ HDFS NFS ] TYPO in NFS configurations from documentation.
> -----------------------------------------------------------
>
> Key: HDFS-7094
> URL: https://issues.apache.org/jira/browse/HDFS-7094
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Reporter: Brahma Reddy Battula
> Assignee: Brahma Reddy Battula
> Priority: Critical
>
>
> *{color:blue}Config from Documentation{color}* (
> https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html
> )
> <property>
> <name> *{color:red}nfs.keytab.file{color}* </name>
> <value>/etc/hadoop/conf/nfsserver.keytab</value> <!-- path to the nfs
> gateway keytab -->
> </property>
> <property>
> <name> *{color:red}nfs.kerberos.principal{color}* </name>
> <value>nfsserver/[email protected]</value>
> </property>
> *{color:blue}Config From Code{color}*
> {code}
> public static final String DFS_NFS_KEYTAB_FILE_KEY = "dfs.nfs.keytab.file";
> public static final String DFS_NFS_USER_NAME_KEY =
> "dfs.nfs.kerberos.principal";
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)