[
https://issues.apache.org/jira/browse/HDFS-12384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156027#comment-16156027
]
Íñigo Goiri commented on HDFS-12384:
------------------------------------
This thing is just messing with me, right?
{code}
[ERROR]
/testptch/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcServer.java:[135,7]
error: RouterRpcServer is not abstract and does not override abstract method
listReencryptionStatus(long) in ClientProtocol
{code}
But the patch has:
{code}
@Override // ClientProtocol
public BatchedEntries<ZoneReencryptionStatus> listReencryptionStatus(
long prevId) throws IOException {
checkOperation(OperationCategory.READ, false);
return null;
}
{code}
Either I'm missing something really obvious or Yetus is having some issue.
> Fixing compilation issue with BanDuplicateClasses
> -------------------------------------------------
>
> Key: HDFS-12384
> URL: https://issues.apache.org/jira/browse/HDFS-12384
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: fs
> Reporter: Íñigo Goiri
> Assignee: Íñigo Goiri
> Fix For: HDFS-10467
>
> Attachments: HDFS-12384-HDFS-10467-000.patch,
> HDFS-12384-HDFS-10467-001.patch, HDFS-12384-HDFS-10467-002.patch,
> HDFS-12384-HDFS-10467-003.patch, HDFS-12384-HDFS-10467-004.patch
>
>
> {{hadoop-client-modules}} is failing because of dependences added by
> {{CuratorManager}}:
> {code}
> [INFO] Adding ignore: *
> [WARNING] Rule 1: org.apache.maven.plugins.enforcer.BanDuplicateClasses
> failed with message:
> Duplicate classes found:
> Found in:
>
> org.apache.hadoop:hadoop-client-minicluster:jar:3.0.0-beta1-SNAPSHOT:compile
> org.apache.hadoop:hadoop-client-runtime:jar:3.0.0-beta1-SNAPSHOT:compile
> Duplicate classes:
>
> org/apache/hadoop/shaded/org/apache/curator/framework/api/DeleteBuilder.class
>
> org/apache/hadoop/shaded/org/apache/curator/framework/CuratorFramework.class
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]