Illegal processing instruction target (xml)
java.lang.RuntimeException: com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.at [row,col,system-id]: [19,5,"file:/h
java.lang.RuntimeException: com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.
at [row,col,system-id]: [19,5,"file:/home/appleyuchi/bigdata/hadoop-3.1.2/etc/hadoop/tez-site.xml"]
排查方案:
定位到上述tez-site.xml的第19行第5个字符位置开始看信息
解决方案:
<?xml version="1.0"?>
改成:
<?xml version="1.0" encoding="UTF-8"?>
小结:
Tez号称incubator,果然孵化器的项目破事儿就是多。
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐

所有评论(0)