[ 
https://issues.apache.org/jira/browse/HDFS-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536405#comment-14536405
 ] 

Hudson commented on HDFS-8274:
------------------------------

SUCCESS: Integrated in Hadoop-Yarn-trunk-Java8 #191 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/191/])
HDFS-8274. NFS configuration nfs.dump.dir not working (Contributed by Ajith S) 
(arp: rev cd6b26cce7457d08346b9d90a5f2f333ba4202d8)
* 
hadoop-hdfs-project/hadoop-hdfs-nfs/src/main/java/org/apache/hadoop/hdfs/nfs/conf/NfsConfigKeys.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> 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
>              Labels: BB2015-05-RFC
>             Fix For: 2.8.0
>
>         Attachments: HDFS-8274.patch
>
>
> 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)

Reply via email to