错误在第3202行
打开hive-site.xml位于第3202行,
vim hive-site.xml +3202
发现是一个解释性质的说明文档,里面包含的特殊字符 for;
<description>
Ensures commands with OVERWRITE (such as INSERT OVERWRITE) acquire Exclusive locks fortransactional tables. This ensures that inserts (w/o overwrite) running concurrently are not hidden by the INSERT OVERWRITE.
</description>
它抛出的错误,因为有词之间的特殊字符的和事务。要么删除字符或复制和粘贴(替换),
这是在两者之间<description>
和</description>
。
直接将for;修改为for;