Hi Quanglong, I'm working on a fix: https://issues.apache.org/jira/browse/IMPALA-7513. CR is here: https://gerrit.cloudera.org/c/11362/ I agree that the dependencies should be frozen. Feel free to file a JIRA for the 2.x branch to use the released versions instead of the SNAPSHOT versions to make the build more stable.
On Thu, Aug 30, 2018 at 4:38 AM Quanlong Huang <[email protected]> wrote: > Hi all, > > Recently, Sentry in version 1.5.1-cdh5.16.0-SNAPSHOT is updated, which > breaks the build of 2.x branch and even 2.12.0-release. The error is > > [ERROR] > > /tmp/jenkins/workspace/impala-compile-and-publish/fe/src/main/java/org/apache/impala/catalog/AuthorizationPolicy.java:[58,8] > org.apache.impala.catalog.AuthorizationPolicy is not abstract and does not > override abstract method > > listPrivileges(java.util.Set<java.lang.String>,java.util.Set<java.lang.String>,org.apache.sentry.core.common.ActiveRoleSet) > in org.apache.sentry.provider.cache.PrivilegeCache > > My question is why we depend on CDH SNAPSHOT versions even in a release? I > think the dependencies of a release should be frozen. However, there're no > stable version of cdh dependencies downloadable in > https://native-toolchain.s3.amazonaws.com. Could you help to upload stable > version of these cdh dependencies? > > Thanks, > Quanlong >
