빅데이터/hive
[hive] hive 빌드 중 Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Operation timed out (Connection timed out) 오류 처리
hs_seo
2023. 5. 28. 17:39
hive 2.3.9 버전을 빌드 할 대 다음과 같이 conjars.org 에 접근하지 못하는 오류가 발생했습니다.
원인은 conjars.org 의 경로가 변경되어 발생하였습니다. 따라서 메이븐 리파지토리 경로를 수정해 주어야 합니다.
Conjars - Read-Only Mirror
Conjars was a dead easy community jar repository for open source Cascading libraries and extensions. Conjars went online around 2011. Because Conjars was little used to host new projects, becoming a security risk, and very likely to shutdown without warnin
conjars.wensel.net
<repository>
<id>conjars.org</id>
<url>https://conjars.wensel.net/repo/</url>
</repository>
다음과 같이 경로를 미러 경로로 수정합니다.
반응형