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
This commit is contained in:
parent
eed47f20ef
commit
ec5c8a9865
|
@ -754,6 +754,8 @@ Release 2.2.1 - UNRELEASED
|
||||||
|
|
||||||
HDFS-5548. Use ConcurrentHashMap in portmap (Haohui Mai via brandonli)
|
HDFS-5548. Use ConcurrentHashMap in portmap (Haohui Mai via brandonli)
|
||||||
|
|
||||||
|
HDFS-5577. NFS user guide update (brandonli)
|
||||||
|
|
||||||
Release 2.2.0 - 2013-10-13
|
Release 2.2.0 - 2013-10-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -53,11 +53,12 @@ HDFS NFS Gateway
|
||||||
* If the client mounts the export with access time update allowed, make sure the following
|
* If the client mounts the export with access time update allowed, make sure the following
|
||||||
property is not disabled in the configuration file. Only NameNode needs to restart after
|
property is not disabled in the configuration file. Only NameNode needs to restart after
|
||||||
this property is changed. On some Unix systems, the user can disable access time update
|
this property is changed. On some Unix systems, the user can disable access time update
|
||||||
by mounting the export with "noatime".
|
by mounting the export with "noatime". If the export is mounted with "noatime", the user
|
||||||
|
doesn't need to change the following property and thus no need to restart namenode.
|
||||||
|
|
||||||
----
|
----
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.access.time.precision</name>
|
<name>dfs.namenode.accesstime.precision</name>
|
||||||
<value>3600000</value>
|
<value>3600000</value>
|
||||||
<description>The access time for HDFS file is precise upto this value.
|
<description>The access time for HDFS file is precise upto this value.
|
||||||
The default value is 1 hour. Setting a value of 0 disables
|
The default value is 1 hour. Setting a value of 0 disables
|
||||||
|
|
Loading…
Reference in New Issue