dlmarion commented on PR #5241: URL: https://github.com/apache/accumulo/pull/5241#issuecomment-2587160426
> > https://issues.apache.org/jira/browse/HADOOP-18671 was backported to Hadoop version 3.2.5. If we want to include this change, then we will need to bump the minimum supported version. > > One of the github action builds failed with the following, assuming is this failure related to this comment? > > ``` > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project accumulo-server-base: Compilation failure: Compilation failure: > [ERROR] /home/runner/work/accumulo/accumulo/server/base/src/main/java/org/apache/accumulo/server/manager/recovery/HadoopLogCloser.java:[28,28] cannot find symbol > [ERROR] symbol: class CommonPathCapabilities > [ERROR] location: package org.apache.hadoop.fs > [ERROR] /home/runner/work/accumulo/accumulo/server/base/src/main/java/org/apache/accumulo/server/manager/recovery/HadoopLogCloser.java:[30,28] cannot find symbol > [ERROR] symbol: class LeaseRecoverable > [ERROR] location: package org.apache.hadoop.fs > [ERROR] -> [Help 1] > ``` Yes, exactly. The GH action builds with Hadoop 3.0.3, so if we want to merge this, then we need to bump the minimum supported version. -- 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]
