Daryn Sharp resolved HADOOP-5983.
---------------------------------
Resolution: Cannot Reproduce
Namenode shouldn't read mapred-site.xml
---------------------------------------
Key: HADOOP-5983
URL: https://issues.apache.org/jira/browse/HADOOP-5983
Project: Hadoop Common
Issue Type: Bug
Components: conf
Affects Versions: 0.20.0
Reporter: Rajiv Chittajallu
Assignee: Daryn Sharp
The name node seem to read mapred-site.xml and fails if it can't parse it.
2009-06-05 22:37:15,663 FATAL org.apache.hadoop.conf.Configuration: error parsing conf file: org.xml.sax.SAXParseException: Error attempting to parse XML file (href='/hadoop/conf/local/local-mapred-site.xml').
2009-06-05 22:37:15,664 ERROR org.apache.hadoop.hdfs.server.namenode.NameNode: java.lang.RuntimeException: org.xml.sax.SAXParseException: Error attempting to parse XML file (href='/hadoop/conf/local/local-mapred-site.xml').
In our config, local-mapred-site.xml is included only in mapred-site.xml which we don't push to the namenode.
-----------------------------------------
Key: HADOOP-5983
URL: https://issues.apache.org/jira/browse/HADOOP-5983
Project: Hadoop Common
Issue Type: Bug
Components: conf
Affects Versions: 0.20.0
Reporter: Rajiv Chittajallu
Assignee: Daryn Sharp
The name node seem to read mapred-site.xml and fails if it can't parse it.
2009-06-05 22:37:15,663 FATAL org.apache.hadoop.conf.Configuration: error parsing conf file: org.xml.sax.SAXParseException: Error attempting to parse XML file (href='/hadoop/conf/local/local-mapred-site.xml').
2009-06-05 22:37:15,664 ERROR org.apache.hadoop.hdfs.server.namenode.NameNode: java.lang.RuntimeException: org.xml.sax.SAXParseException: Error attempting to parse XML file (href='/hadoop/conf/local/local-mapred-site.xml').
In our config, local-mapred-site.xml is included only in mapred-site.xml which we don't push to the namenode.
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira