diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index e2f1ecd244e..312de6519e3 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -277,6 +277,15 @@ possible configurations would overwhelm and obscure the important.
which a region server should use to determine the host name used by the
master for communication and display purposes.
+
+ hbase.regionserver.region.split.policy
+ org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
+
+ A split policy determines when a region should be split. The various other split policies that
+ are available currently are ConstantSizeRegionSplitPolicy, DisabledRegionSplitPolicy,
+ DelimitedKeyPrefixRegionSplitPolicy, KeyPrefixRegionSplitPolicy etc.
+
+