본문 바로가기
프로그래밍/Spark&Hadoop 공부

[Ambari]org.apache.zookeeper:zookeeper:jar:3.4.5.1.3.0.0-107 in https://repo.hortonworks.com/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of apache-hadoop has elapsed or updates ..

by Mr.noobiest 2022. 12. 1.

뭔 에러가 이렇게 많은지 모르겠지만 JAVA기반의 프로그램들은  업데이트가 절망적이고 각 코드별로 다른 코드에  "의존적"이라 어쩔 수 없다

 

org.apache.zookeeper:zookeeper:jar:3.4.5.1.3.0.0-107 
in https://repo.hortonworks.com/content/groups/public/ was cached in the local repository, 
resolution will not be reattempted until the update interval of apache-hadoop has elapsed or updates are forced -> [Help 1]

 

1) 파일 직접 다운로드

https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/zookeeper-3.4.5.1.3.0.0-107/6.0.0/

mvn repository에는 해당 버전의 pom.xml밖에 없고 .jar bundle 파일은 위에서 다운로드 받아야 한다.

 

1-1) 파일 다운로드

sudo  wget https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/zookeeper-3.4.5.1.3.0.0-107/6.0.0/zookeeper-3.4.5.1.3.0.0-107-6.0.0.jar

 

1-2) 다운로드한 파일 등록하기

sudo mvn install:install-file -Dfile=./zookeeper-3.4.5.1.3.0.0-107-6.0.0.jar -DgroupId=org.apache.zookeeper -DartifactId=zookeeper -Dversion=3.4.5.1.3.0.0-107 -Dpackaging=jar

 

 

다행히 storm-sink-legacy는 성공하였다, 이런식으로  1개씩 해결해  나가자 ㅠㅠ

 

 

728x90
반응형