Skip to content

Commit d4fa704

Browse files
committed
HADOOP-8360. empty-configuration.xml fails xml validation. Contributed by Radim Kolar. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1339613 13f79535-47bb-0310-9956-ffa450edef68
1 parent 420b491 commit d4fa704

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Trunk (unreleased changes)
6767

6868
HADOOP-8297. Writable javadocs don't carry default constructor (harsh)
6969

70+
HADOOP-8360. empty-configuration.xml fails xml validation
71+
(Radim Kolar via harsh)
72+
7073
BUG FIXES
7174

7275
HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/empty-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0"?>
12
<!--
23
Licensed to the Apache Software Foundation (ASF) under one or more
34
contributor license agreements. See the NOTICE file distributed with
@@ -14,7 +15,6 @@
1415
See the License for the specific language governing permissions and
1516
limitations under the License.
1617
-->
17-
<?xml version="1.0"?>
1818
<configuration>
1919
</configuration>
2020

0 commit comments

Comments
 (0)