diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 7aae8204b2..25f5a28e08 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -130,6 +130,9 @@ Release 0.23.1 - UNRELEASED
HDFS-2454. Move maxXceiverCount check to before starting the
thread in dataXceiver. (harsh via eli)
+ HDFS-2570. Add descriptions for dfs.*.https.address in hdfs-default.xml.
+ (eli)
+
HDFS-2536. Remove unused imports. (harsh via eli)
OPTIMIZATIONS
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 13bde4ddfd..c99763e395 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -122,11 +122,17 @@ creations/deletions), or "all".
dfs.datanode.https.address
0.0.0.0:50475
+ The datanode secure http server address and port.
+ If the port is 0 then the server will start on a free port.
+
dfs.namenode.https-address
0.0.0.0:50470
+ The namenode secure http server address and port.
+ If the port is 0 then the server will start on a free port.
+