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/trunk@1128003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f6c03ad54
commit
7df9a15ea6
|
@ -182,6 +182,9 @@ Trunk (unreleased changes)
|
||||||
HADOOP-7320. Refactor the copy and move commands to conform to new
|
HADOOP-7320. Refactor the copy and move commands to conform to new
|
||||||
FsCommand class. (Daryn Sharp via todd)
|
FsCommand class. (Daryn Sharp via todd)
|
||||||
|
|
||||||
|
HADOOP-7312. Update value of hadoop.common.configuration.version.
|
||||||
|
(Harsh J Chouraria via todd)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.common.configuration.version</name>
|
<name>hadoop.common.configuration.version</name>
|
||||||
<value>0.21.0</value>
|
<value>0.23.0</value>
|
||||||
<description>version of this configuration file</description>
|
<description>version of this configuration file</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue