iwasakims commented on pull request #3447: URL: https://github.com/apache/hadoop/pull/3447#issuecomment-920790105
The patch should not affect build without `-DskipShade`. The Yetus build failure looks unrelated and transient issue. ``` [ERROR] Failed to execute goal on project hadoop-yarn-server-timelineservice-hbase-client: Could not resolve dependencies for project org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:jar:3.4.0-SNAPSHOT: Could not transfer artifact com.yammer.metrics:metrics-core:jar:2.2.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/yammer/metrics/metrics-core/2.2.0/metrics-core-2.2.0.jar: Connection reset -> [Help 1] [ERROR] Failed to execute goal on project hadoop-yarn-server-timelineservice-hbase-server-1: Could not resolve dependencies for project org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-server-1:jar:3.4.0-SNAPSHOT: Failure to transfer com.yammer.metrics:metrics-core:jar:2.2.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.yammer.metrics:metrics-core:jar:2.2.0 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/com/yammer/metrics/metrics-core/2.2.0/metrics-core-2.2.0.jar -> [Help 1] ``` I could not reproduce the issue on my local. ``` $ mvn -Ptest-patch -DskipTests -fae clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dfindbugs.skip=true -Dspotbugs.skip=true ...(snip) [INFO] Apache Hadoop Cloud Storage Project ................ SUCCESS [ 0.037 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:41 min [INFO] Finished at: 2021-09-16T10:40:42Z [INFO] ------------------------------------------------------------------------ ``` -- 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]
