HDFS-9280. Document NFS gateway export point parameter. Contributed by Xiao 
Chen.

Change-Id: I1cea610c31301d793db3c9ca4dae86d0e5d2d64b


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aea26bf4
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/aea26bf4
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/aea26bf4

Branch: refs/heads/HADOOP-11890
Commit: aea26bf4dd12316d1a7b15924607165b581a12ab
Parents: 4c0bae2
Author: Zhe Zhang <z...@apache.org>
Authored: Thu Oct 22 11:38:04 2015 -0700
Committer: Zhe Zhang <z...@apache.org>
Committed: Thu Oct 22 11:38:04 2015 -0700

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                  | 2 ++
 .../hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md          | 8 ++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/aea26bf4/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 316ee3b..819534e 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -1591,6 +1591,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-7501. TransactionsSinceLastCheckpoint can be negative on SBNs.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/aea26bf4/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md
index da7aa6f..7dc2fe4 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsNfsGateway.md
@@ -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
 ----------------------------------
 

Reply via email to