Error code 모음/2. Hadoop errors

[Hive error] java.lang.ClassNotFoundException: com.fasterxml.jackson.dataformat.cbor.CBORFactory

쟈누이 2022. 2. 24. 15:30
반응형

 

1. 에러 원인


json serde 로 저장된 hive 테이블을 불러올 때 json 형식으로 저장된 글을 인식하지 못해 

일어나는 에러

 

 

 

 

2. 해결 방법


hive lib 의 jar 파일들이 있는 곳에 때려 박았음

 

참고로 jar 파일은 아래 링크에서 다운로드 받았다.

https://jar-download.com/

 

Download JAR files with all dependencies

Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $ You can buy this project and download/modify it how often you want.

jar-download.com

 

 

3. 참고 링크


https://github.com/awslabs/amazon-kinesis-agent/pull/55​​​

 

issue 54 - added jackson-dataformat-cbor in setup script by nazgul33 · Pull Request #55 · awslabs/amazon-kinesis-agent

This fixes #54 . a missing artifact is added in setup script. jackson-dataformat-cbor-2.6.3.jar

github.com

 

 

 

반응형