Akshat-Jain commented on code in PR #17466:
URL: https://github.com/apache/druid/pull/17466#discussion_r1846554440


##########
pom.xml:
##########
@@ -271,6 +272,16 @@
                <enabled>false</enabled>
             </snapshots>
         </repository>
+
+        <!--
+        maven-dependency-plugin:3.1.2 seems to have updated HTTP repository 
access behavior.

Review Comment:
   @kgyrtkirk Without addition of this mirror, we get the following error:
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline (default-cli) 
on project druid-thrift-extensions: 
org.eclipse.aether.resolution.DependencyResolutionException: Failed to collect 
dependencies at com.twitter.elephantbird:elephant-bird-core:jar:4.17 -> 
com.hadoop.gplcompression:hadoop-lzo:jar:0.4.19: Failed to read artifact 
descriptor for com.hadoop.gplcompression:hadoop-lzo:jar:0.4.19: The following 
artifacts could not be resolved: 
com.hadoop.gplcompression:hadoop-lzo:pom:0.4.19 (present, but unavailable): 
Could not transfer artifact com.hadoop.gplcompression:hadoop-lzo:pom:0.4.19 
from/to central.maven.org (https://central.maven.org/maven2): 
central.maven.org: nodename nor servname provided, or not known: Unknown host 
central.maven.org: nodename nor servname provided, or not known -> [Help 1]
   ```
   
   Sample CI failure: 
https://github.com/apache/druid/actions/runs/11777967965/job/32803425792
   
   I'm also able to get the error locally using the same command that the above 
check uses:
   ```
   mvn -q clean install dependency:go-offline -P dist -P 
skip-static-checks,skip-tests -Dmaven.javadoc.skip=true -Dcyclonedx.skip=true
   ```



-- 
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]

Reply via email to