Author: tomwhite
Date: Tue Feb 9 06:03:59 2010
New Revision: 907939
URL: http://svn.apache.org/viewvc?rev=907939&view=rev
Log:
HADOOP-6540. Contrib unit tests have invalid XML for core-site, etc.
Contributed by Aaron Kimball.
Modified:
hadoop/common/trunk/CHANGES.txt
hadoop/common/trunk/src/contrib/test/core-site.xml
hadoop/common/trunk/src/contrib/test/hadoop-site.xml
hadoop/common/trunk/src/contrib/test/hdfs-site.xml
hadoop/common/trunk/src/contrib/test/mapred-site.xml
Modified: hadoop/common/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=907939&r1=907938&r2=907939&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Tue Feb 9 06:03:59 2010
@@ -175,6 +175,9 @@
HADOOP-6538. Sets hadoop.security.authentication to simple by default.
(ddas)
+ HADOOP-6540. Contrib unit tests have invalid XML for core-site, etc.
+ (Aaron Kimball via tomwhite)
+
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES
Modified: hadoop/common/trunk/src/contrib/test/core-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/src/contrib/test/core-site.xml?rev=907939&r1=907938&r2=907939&view=diff
==============================================================================
--- hadoop/common/trunk/src/contrib/test/core-site.xml (original)
+++ hadoop/common/trunk/src/contrib/test/core-site.xml Tue Feb 9 06:03:59 2010
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -14,8 +16,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Values used when running unit tests. This is mostly empty, to -->
<!-- use of the default values, overriding the potentially -->
Modified: hadoop/common/trunk/src/contrib/test/hadoop-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/src/contrib/test/hadoop-site.xml?rev=907939&r1=907938&r2=907939&view=diff
==============================================================================
--- hadoop/common/trunk/src/contrib/test/hadoop-site.xml (original)
+++ hadoop/common/trunk/src/contrib/test/hadoop-site.xml Tue Feb 9 06:03:59
2010
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="nutch-conf.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -14,8 +16,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="nutch-conf.xsl"?>
<!-- DO NOT PUT ANY PROPERTY IN THIS FILE. INSTEAD USE -->
<!-- core-site.xml, mapred-site.xml OR hdfs-site.xml -->
Modified: hadoop/common/trunk/src/contrib/test/hdfs-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/src/contrib/test/hdfs-site.xml?rev=907939&r1=907938&r2=907939&view=diff
==============================================================================
--- hadoop/common/trunk/src/contrib/test/hdfs-site.xml (original)
+++ hadoop/common/trunk/src/contrib/test/hdfs-site.xml Tue Feb 9 06:03:59 2010
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -14,8 +16,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file. -->
Modified: hadoop/common/trunk/src/contrib/test/mapred-site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/src/contrib/test/mapred-site.xml?rev=907939&r1=907938&r2=907939&view=diff
==============================================================================
--- hadoop/common/trunk/src/contrib/test/mapred-site.xml (original)
+++ hadoop/common/trunk/src/contrib/test/mapred-site.xml Tue Feb 9 06:03:59
2010
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -14,8 +16,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file. -->