Author: brandonli Date: Tue May 13 17:12:03 2014 New Revision: 1594291 URL: http://svn.apache.org/r1594291 Log: HADOOP-10572. Merging change r1594289 from trunk
Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm?rev=1594291&r1=1594290&r2=1594291&view=diff ============================================================================== --- hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm (original) +++ hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsNfsGateway.apt.vm Tue May 13 17:12:03 2014 @@ -318,7 +318,7 @@ HDFS NFS Gateway The users can mount the HDFS namespace as shown below: ------------------------------------------------------------------- - mount -t nfs -o vers=3,proto=tcp,nolock $server:/ $mount_point + mount -t nfs -o vers=3,proto=tcp,nolock,noacl $server:/ $mount_point ------------------------------------------------------------------- Then the users can access HDFS as part of the local file system except that,