Hadoop安裝,在格式化時有錯誤
[Fatal Error] core-site.xml:1:8: Element type "meNode" must be followed by either attribute specifications, ">" or "/>".
20/04/16 10:58:41 FATAL conf.Configuration: error parsing conf core-site.xml
org.xml.sax.SAXParseException; systemId: file:/root/hadoop-2.7.3/etc/hadoop/core-site.xml; lineNumber: 1; columnNumber: 8; Element type "meNode" must be followed by either attribute specifications, ">" or "/>".
我的core -site.xmld的配置是
<!--配置NameNode地址,9000是RPC通信埠-->
<property>
<name>fs.defaultFS</name>
<value>hdfs://192.168.85.102:8020</value>
</property>
<!--HDFS資料保存在Linux的哪個目錄,默認值是Linux的tmp目錄-->
<property>
<name>hadoop.tmp.dir</name>
<value>/root/hadoop/tmp</value>
</property>
求各位大神幫忙解答。
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/90394.html
標籤:Web 開發
