Brahma Reddy Battula created HDFS-7094:
------------------------------------------

             Summary: [ 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
            Priority: Critical


 

  *Config from Documentation*    ( 
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/_h...@your-realm.com</value>
  </property>


 *Config From Code* 

{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)

Reply via email to