[
https://issues.apache.org/jira/browse/HDFS-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516529#comment-14516529
]
Ajith S commented on HDFS-8274:
-------------------------------
Seems to be affetected after HDFS-6056
> NFS configuration nfs.dump.dir not working
> ------------------------------------------
>
> Key: HDFS-8274
> URL: https://issues.apache.org/jira/browse/HDFS-8274
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: nfs
> Affects Versions: 2.7.0
> Reporter: Ajith S
> Assignee: Ajith S
>
> As per the document
> http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html
> we can configure
> {quote}
> nfs.dump.dir
> {quote}
> as nfs file dump directory, but using this configuration in *hdfs-site.xml*
> doesn't work and when nfs gateway is started, default location is used i.e
> \tmp\.hdfs-nfs
> The reason being the key expected in *NfsConfigKeys.java*
> {code}
> public static final String DFS_NFS_FILE_DUMP_DIR_KEY = "nfs.file.dump.dir";
> {code}
> we can change it to *nfs.dump.dir* instead
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)