nicknezis commented on issue #3679: URL: https://github.com/apache/incubator-heron/issues/3679#issuecomment-790655212
Ok thank you. But I notice that you are not downloading directly from `repo1.maven.org`. So you're `wget` command may be working, but I assume it's because you have something else configured beyond what is shown in the text. Perhaps you are setting `HTTP_PROXY` type environment variables? How is your `wget` resolving to `62.244.109.33:8080`? I suspect the issue is that the build script that is failing is still not able to resolve the `repo1.maven.org` host. So we need to figure out how best to configure that part of the build process. To give some extra context, this is not a build script we directly control. When the Zookeeper source package is downloaded, this is a dependency download step that is executed during the Zookeeper build. I can look into what tool is being used to download the `ivy-2.5.0-rc1.jar` and how we can configure it to use the proxy. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
