HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry property spelled wrong in core-default. (Stephen Chu via yliu)

This commit is contained in:
yliu 2014-10-28 14:44:13 +08:00
parent 52695d38fc
commit 2e156f01a2
2 changed files with 4 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ for ldap providers in the same way as above does.
</description>
</property>
<property>
<name>"hadoop.security.kms.client.encrypted.key.cache.expiry</name>
<name>hadoop.security.kms.client.encrypted.key.cache.expiry</name>
<value>43200000</value>
<description>
Cache expiry time for a Key, after which the cache Queue for this

View File

@ -687,6 +687,9 @@ Release 2.6.0 - UNRELEASED
HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone.
(clamb via yliu)
HADOOP-11233. hadoop.security.kms.client.encrypted.key.cache.expiry
property spelled wrong in core-default. (Stephen Chu via yliu)
BREAKDOWN OF HDFS-6581 SUBTASKS AND RELATED JIRAS
HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)