File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
hadoop-hdfs-project/hadoop-hdfs Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+
757759Release 2.2.0 - 2013-10-13
758760
759761 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments