Home com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x8 at [row,col,system-id]:[3215,96,"file:/home/hadoop/hive-3.1.2/conf/hive-site.xml"]
Post
Cancel

com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x8 at [row,col,system-id]:[3215,96,"file:/home/hadoop/hive-3.1.2/conf/hive-site.xml"]

Error 발생

  • hive를 실행하였더니 다음과 같은 에러가 발생하였다.

    스크린샷_2022-01-31_오후_7 18 47

Error 해결

  • 에러에서 나온대로 hive-site.xml의 3215번째 줄을 보았더니 다음과 같이 이상한 문자가 있어 빼주었다.

    스크린샷_2022-01-31_오후_7 21 09

    • for 뒤에 문제가 되는 4개의 문자를 빼주었다.
  • 빼주고 다시 hive를 실행했더니 해결이 되었다.

This post is licensed under CC BY 4.0 by the author.