HDFS-9280. Document NFS gateway export point parameter. Contributed by Xiao Chen.
Change-Id: I1cea610c31301d793db3c9ca4dae86d0e5d2d64b
This commit is contained in:
parent
c44401f362
commit
a9deeb96b2
|
@ -755,6 +755,8 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
HDFS-9253. Refactor tests of libhdfs into a directory. (wheat9)
|
||||
|
||||
HDFS-9280. Document NFS gateway export point parameter. (Xiao Chen via zhz)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HDFS-8091: ACLStatus and XAttributes should be presented to
|
||||
|
|
|
@ -195,6 +195,14 @@ It's strongly recommended for the users to update a few configuration properties
|
|||
|
||||
log4j.logger.org.apache.hadoop.oncrpc=DEBUG
|
||||
|
||||
* Export point. One can specify the NFS export point of HDFS. Exactly one export point is supported.
|
||||
Full path is required when configuring the export point. By default, the export point is the root directory "/".
|
||||
|
||||
<property>
|
||||
<name>nfs.export.point</name>
|
||||
<value>/</value>
|
||||
</property>
|
||||
|
||||
Start and stop NFS gateway service
|
||||
----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue