Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Guava
- Big Sur
- hive-site.xml
- jdk
- 방화벽
- Hive
- DBeaver
- CentOS
- STS
- PreparedStatement
- datanodes
- Immutable
- react
- Vo
- DOM
- centos8
- Statement
- JPS
- Mutable
- variable
- DTO
- jre
- bom
- Angular
- dao
- Vue.js
- ssh
- Linux
- hadoop
- vm
Archives
- Today
- Total
개미 개발자
com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x8at [row,col,system-id]:[3215,96,"file:/home/hadoop/hive-3.1.2/conf/hive-site.xml"] 본문
Error
com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x8at [row,col,system-id]:[3215,96,"file:/home/hadoop/hive-3.1.2/conf/hive-site.xml"]
Volc 2022. 2. 1. 18:53에러 발생
- hive를 실행하였더니 다음과 같은 에러가 발생하였다.
에러 해결
- 에러에서 나온대로 hive-site.xml의 3215번째 줄을 보았더니 다음과 같이 이상한 문자가 있어 빼주었다.
-  을 빼주고 다시 hive를 실행했더니 해결이 되었다.
'Error' 카테고리의 다른 글
Comments