hadoop集群问题合集(八) 初始化namenode报错:xml document structures must start 。。。。。。

hadoop集群问题合集(八) 初始化namenode报错:xml document structures must start 。。。。。。

初始化namenode报错:xml document structures must start 。。。。。。

hadoop集群问题合集(八) 初始化namenode报错:xml document structures must start 。。。。。。

这个错误是说你的配置文件,是xml文件,但是你的配置文件缺少了关键的xml标签。比如:

hadoop集群问题合集(八) 初始化namenode报错:xml document structures must start 。。。。。。

 

最开头的xml标签都没了。

在文件最前边加上下边这两句:

<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>