FrankChen021 commented on issue #12082: URL: https://github.com/apache/druid/issues/12082#issuecomment-998485662
I guess this problem is due to slow response from mvn repository. Have you tried the following options of pull-deps tool to use a mirror mvn repository? https://druid.apache.org/docs/latest/operations/pull-deps.html > -r or --remoteRepository > > Add a remote repository. Unless --no-default-remote-repositories is provided, these will be used after https://repo1.maven.org/maven2/ and http://metamx.artifactoryonline.com/metamx/pub-libs-releases-local > > --no-default-remote-repositories > > Don't use the default remote repositories, only use the repositories provided directly via --remoteRepository. Meanwhile, you can add the jvm argument `-Dlog4j2.level=INFO` to the command line to see the logs from the console, so that you can check which step is slow. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
