Sfoglia il codice sorgente

HADOOP-7312. Update value of hadoop.common.configuration.version. Contributed by Harsh J Chouraria.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1128004 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 14 anni fa
parent
commit
95cd564ce3
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/java/core-default.xml

+ 3 - 0
CHANGES.txt

@@ -245,6 +245,9 @@ Release 0.22.0 - Unreleased
     HADOOP-7302. webinterface.private.actions should be renamed and moved to
     the MapReduce project. (Ari Rabkin via todd)
 
+    HADOOP-7312. Update value of hadoop.common.configuration.version.
+    (Harsh J Chouraria via todd)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).

+ 1 - 1
src/java/core-default.xml

@@ -27,7 +27,7 @@
 
 <property>
   <name>hadoop.common.configuration.version</name>
-  <value>0.21.0</value>
+  <value>0.22.0</value>
   <description>version of this configuration file</description>
 </property>