Slackbot
09/21/2022, 6:00 AMGian Merlino
09/21/2022, 2:25 PM--no-default-remote-repositories tooGian Merlino
09/21/2022, 2:26 PMGian Merlino
09/21/2022, 2:26 PMGian Merlino
09/21/2022, 2:52 PMAshish Yadav
09/22/2022, 6:33 PM-r but even after downloading from that specified repo it again tries to download from repo.maven that is where we're getting this SocketTimeout because it's not allowed with the corporate firewall.But the thing is that if we've specified the remote repo then it should not go to that maven repo.Is there some issue with the druid ?Gian Merlino
09/23/2022, 1:59 AMGian Merlino
09/23/2022, 1:59 AMGian Merlino
09/23/2022, 2:00 AMAshish Yadav
09/23/2022, 7:45 AM-r option and then even after downloading from this remote repo it's again going to that maven repo and also the call to that maven artifact is happening with http call.Gian Merlino
09/23/2022, 4:35 PM--no-default-remote-repositories and no -r — in that case it should be purely local resolutionGian Merlino
09/23/2022, 4:35 PMAshish Yadav
09/23/2022, 6:23 PMjava -Dlog4j2.level=DEBUG \
-cp "lib/*" \
-Ddruid.extensions.directory="extensions" \
-Ddruid.extensions.hadoopDependenciesDir="hadoop-dependencies" \
org.apache.druid.cli.Main tools pull-deps \
-c "org.apache.druid.extensions:druid-hdfs-storage:0.23.0" \
-h "org.apache.hadoop:hadoop-client:2.8.5" \
-h "org.apache.hadoop:hadoop-client:3.3.3" tried this command attaching the logs belowAshish Yadav
09/23/2022, 6:25 PMAshish Yadav
09/23/2022, 6:27 PMAshish Yadav
09/23/2022, 6:31 PMDownloading: <http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom> here in the last line it's making http call, even after downloadingGian Merlino
09/23/2022, 6:59 PM--no-default-remote-repositories?Ashish Yadav
09/24/2022, 7:59 PM--no-default-remote-repositories it's failing, if we provide --no-default-remote-repositories than it's mandatory to provide the remote repo...Attaching the logs belowAshish Yadav
09/24/2022, 7:59 PMHarpreeth Singh
09/26/2022, 7:39 AMHarpreeth Singh
09/26/2022, 12:14 PMGian Merlino
09/27/2022, 4:09 AMGian Merlino
09/27/2022, 4:09 AM