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를 실행하였더니 다음과 같은 에러가 발생하였다.
Error 해결
- 에러에서 나온대로 hive-site.xml의 3215번째 줄을 보았더니 다음과 같이 이상한 문자가 있어 빼주었다.
- 빼주고 다시 hive를 실행했더니 해결이 되었다.