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:
parent
971e91c8c0
commit
e7859015bc
|
@ -1637,7 +1637,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
|
||||
|
|
|
@ -940,6 +940,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-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-6387. HDFS CLI admin tool for creating & deleting an
|
||||
|
|
Loading…
Reference in New Issue