Skip to content

Commit 93e146f

Browse files
author
Brandon Li
committed
HDFS-5577. NFS user guide update. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546210 13f79535-47bb-0310-9956-ffa450edef68
1 parent fa57b0b commit 93e146f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ Release 2.2.1 - UNRELEASED
754754

755755
HDFS-5548. Use ConcurrentHashMap in portmap (Haohui Mai via brandonli)
756756

757+
HDFS-5577. NFS user guide update (brandonli)
758+
757759
Release 2.2.0 - 2013-10-13
758760

759761
INCOMPATIBLE CHANGES

hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ HDFS NFS Gateway
5353
* If the client mounts the export with access time update allowed, make sure the following
5454
property is not disabled in the configuration file. Only NameNode needs to restart after
5555
this property is changed. On some Unix systems, the user can disable access time update
56-
by mounting the export with "noatime".
56+
by mounting the export with "noatime". If the export is mounted with "noatime", the user
57+
doesn't need to change the following property and thus no need to restart namenode.
5758

5859
----
5960
<property>
60-
<name>dfs.access.time.precision</name>
61+
<name>dfs.namenode.accesstime.precision</name>
6162
<value>3600000</value>
6263
<description>The access time for HDFS file is precise upto this value.
6364
The default value is 1 hour. Setting a value of 0 disables

0 commit comments

Comments
 (0)