Joe McDonnell created IMPALA-7480:
-------------------------------------
Summary: Compilation failure on Centos 7 in
AuthorizationChecker.java
Key: IMPALA-7480
URL: https://issues.apache.org/jira/browse/IMPALA-7480
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 3.1.0
Reporter: Joe McDonnell
Frontend compilation is broken with the following error:
{noformat}
18:11:27 [ERROR] COMPILATION ERROR :
18:11:27 [ERROR]
/data0/jenkins/workspace/impala-asf-master-core/repos/Impala/fe/src/main/java/org/apache/impala/authorization/AuthorizationChecker.java:[189,21]
no suitable method found for
hasAccess(org.apache.sentry.core.common.Subject,java.util.List<org.apache.sentry.core.model.db.DBModelAuthorizable>,java.util.EnumSet<org.apache.impala.authorization.Privilege.ImpalaAction>,boolean,org.apache.sentry.core.common.ActiveRoleSet)
18:11:27 [INFO] BUILD FAILURE
18:11:27 [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on
project impala-frontend: Compilation failure
18:11:27 [ERROR]
/data0/jenkins/workspace/impala-asf-master-core/repos/Impala/fe/src/main/java/org/apache/impala/authorization/AuthorizationChecker.java:[189,21]
no suitable method found for
hasAccess(org.apache.sentry.core.common.Subject,java.util.List<org.apache.sentry.core.model.db.DBModelAuthorizable>,java.util.EnumSet<org.apache.impala.authorization.Privilege.ImpalaAction>,boolean,org.apache.sentry.core.common.ActiveRoleSet)
18:11:27 [ERROR] method
org.apache.sentry.provider.common.AuthorizationProvider.hasAccess(org.apache.sentry.core.common.Subject,java.util.List<?
extends org.apache.sentry.core.common.Authorizable>,java.util.Set<? extends
org.apache.sentry.core.common.Action>,org.apache.sentry.core.common.ActiveRoleSet)
is not applicable
18:11:27 [ERROR] (actual and formal argument lists differ in length)
18:11:27 [ERROR] method
org.apache.sentry.provider.common.ResourceAuthorizationProvider.hasAccess(org.apache.sentry.core.common.Subject,java.util.List<?
extends org.apache.sentry.core.common.Authorizable>,java.util.Set<? extends
org.apache.sentry.core.common.Action>,org.apache.sentry.core.common.ActiveRoleSet)
is not applicable
18:11:27 [ERROR] (actual and formal argument lists differ in length){noformat}
This is impacting all builds.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)