HDFS-8340. Fix NFS documentation of nfs.wtmax. (Contributed by Ajith S)

This commit is contained in:
Arpit Agarwal 2015-05-08 10:15:26 -07:00
parent cd6b26cce7
commit a2d40bced9
2 changed files with 3 additions and 1 deletions

View File

@ -701,6 +701,8 @@ Release 2.8.0 - UNRELEASED
HDFS-8274. NFS configuration nfs.dump.dir not working. (Ajith S via
Arpit Agarwal)
HDFS-8340. Fix NFS documentation of nfs.wtmax. (Ajith S via Arpit Agarwal)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -278,7 +278,7 @@ The users can mount the HDFS namespace as shown below:
[root]>mount -t nfs -o vers=3,proto=tcp,nolock,noacl,sync $server:/ $mount_point
Then the users can access HDFS as part of the local file system except that, hard link and random write are not supported yet. To optimize the performance of large file I/O, one can increase the NFS transfer size(rsize and wsize) during mount. By default, NFS gateway supports 1MB as the maximum transfer size. For larger data transfer size, one needs to update "nfs.rtmax" and "nfs.rtmax" in hdfs-site.xml.
Then the users can access HDFS as part of the local file system except that, hard link and random write are not supported yet. To optimize the performance of large file I/O, one can increase the NFS transfer size (rsize and wsize) during mount. By default, NFS gateway supports 1MB as the maximum transfer size. For larger data transfer size, one needs to update "nfs.rtmax" and "nfs.wtmax" in hdfs-site.xml.
Allow mounts from unprivileged clients
--------------------------------------