You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/11/15 02:53:00 UTC

[jira] [Created] (BIGTOP-3597) Fix build failure of Hadoop 3.2 against ZooKeeper 3.5

Masatake Iwasaki created BIGTOP-3597:
----------------------------------------

             Summary: Fix build failure of Hadoop 3.2 against ZooKeeper 3.5
                 Key: BIGTOP-3597
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3597
             Project: Bigtop
          Issue Type: Bug
            Reporter: Masatake Iwasaki
            Assignee: Masatake Iwasaki


{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hadoop-yarn-registry: Compilation failure
[ERROR] /home/centos/srcs/bigtop/build/hadoop/rpm/BUILD/hadoop-3.2.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/test/java/org/apache/hadoop/registry/secure/TestSecureRegistry.java:[83,19] constructor Login in class org.apache.zookeeper.Login cannot be applied to given types;
[ERROR]   required: java.lang.String,javax.security.auth.callback.CallbackHandler,org.apache.zookeeper.common.ZKConfig
[ERROR]   found: java.lang.String,org.apache.zookeeper.server.auth.SaslServerCallbackHandler
[ERROR]   reason: actual and formal argument lists differ in length
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)