HDFS-6814. Mistakenly dfs.namenode.list.encryption.zones.num.responses configured as boolean. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
10db613389
commit
6e421f78b3
|
@ -85,3 +85,6 @@ fs-encryption (Unreleased)
|
||||||
to a non-directory file. (clamb)
|
to a non-directory file. (clamb)
|
||||||
|
|
||||||
HDFS-6807. Fix TestReservedRawPaths. (clamb)
|
HDFS-6807. Fix TestReservedRawPaths. (clamb)
|
||||||
|
|
||||||
|
HDFS-6814. Mistakenly dfs.namenode.list.encryption.zones.num.responses configured
|
||||||
|
as boolean. (umamahesh)
|
||||||
|
|
|
@ -2054,7 +2054,7 @@
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.namenode.list.encryption.zones.num.responses</name>
|
<name>dfs.namenode.list.encryption.zones.num.responses</name>
|
||||||
<value>false</value>
|
<value>100</value>
|
||||||
<description>When listing encryption zones, the maximum number of zones
|
<description>When listing encryption zones, the maximum number of zones
|
||||||
that will be returned in a batch. Fetching the list incrementally in
|
that will be returned in a batch. Fetching the list incrementally in
|
||||||
batches improves namenode performance.
|
batches improves namenode performance.
|
||||||
|
|
Loading…
Reference in New Issue