Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-8274

NFS configuration nfs.dump.dir not working

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      As per the document
      http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html

      we can configure

      nfs.dump.dir

      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

      public static final String DFS_NFS_FILE_DUMP_DIR_KEY = "nfs.file.dump.dir";
      

      we can change it to nfs.dump.dir instead

      Attachments

        1. HDFS-8274.patch
          0.9 kB
          Ajith S

        Activity

          People

            ajithshetty Ajith S
            ajithshetty Ajith S
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: