HADOOP-10572. Merging change r1594289 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1594291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99025aacd6
commit
090003221e
|
@ -48,6 +48,9 @@ Release 2.5.0 - UNRELEASED
|
||||||
HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs.
|
HADOOP-10158. SPNEGO should work with multiple interfaces/SPNs.
|
||||||
(daryn via kihwal)
|
(daryn via kihwal)
|
||||||
|
|
||||||
|
HADOOP-10572. Example NFS mount command must pass noacl as it isn't
|
||||||
|
supported by the server yet. (Harsh J via brandonli)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -318,7 +318,7 @@ HDFS NFS Gateway
|
||||||
The users can mount the HDFS namespace as shown below:
|
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,
|
Then the users can access HDFS as part of the local file system except that,
|
||||||
|
|
Loading…
Reference in New Issue