[
https://issues.apache.org/jira/browse/HADOOP-17916?focusedWorklogId=651594&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-651594
]
ASF GitHub Bot logged work on HADOOP-17916:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Sep/21 10:45
Start Date: 16/Sep/21 10:45
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 651594)
Time Spent: 0.5h (was: 20m)
> Fix compilation error of ITUseHadoopCodecs with -DskipShade
> -----------------------------------------------------------
>
> Key: HADOOP-17916
> URL: https://issues.apache.org/jira/browse/HADOOP-17916
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> (default-testCompile) on project hadoop-client-integration-tests: Compilation
> failure: Compilation failure:
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[34,28]
> cannot find symbol
> [ERROR] symbol: class RandomDatum
> [ERROR] location: package org.apache.hadoop.io
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[100,16]
> package RandomDatum does not exist
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[100,54]
> package RandomDatum does not exist
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[103,7]
> cannot find symbol
> [ERROR] symbol: class RandomDatum
> [ERROR] location: class org.apache.hadoop.example.ITUseHadoopCodecs
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseHadoopCodecs.java:[104,7]
> cannot find symbol
> [ERROR] symbol: class RandomDatum
> [ERROR] location: class org.apache.hadoop.example.ITUseHadoopCodecs
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]