浏览代码

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

yliu 10 年之前
父节点
当前提交
2e156f01a2

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -1630,7 +1630,7 @@ for ldap providers in the same way as above does.
   </description>
   </description>
 </property>
 </property>
 <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>
   <value>43200000</value>
   <description>
   <description>
     Cache expiry time for a Key, after which the cache Queue for this
     Cache expiry time for a Key, after which the cache Queue for this

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -687,6 +687,9 @@ Release 2.6.0 - UNRELEASED
     HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone.
     HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone.
     (clamb via yliu)
     (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
     BREAKDOWN OF HDFS-6581 SUBTASKS AND RELATED JIRAS
   
   
       HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)
       HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)