Re: Impala FE compilation error (related to sentry)

2018-04-16 Thread Sailesh Mukil
Great, thanks! On Mon, Apr 16, 2018 at 4:00 PM, Fredy Wijaya wrote: > I filed a ticket here: https://issues.apache.org/jira/browse/IMPALA-6862. > I'll work on a fix. > > *Fredy Wijaya* | Software Engineer > e. fwij...@cloudera.com > cloudera.com > > [image: Cloudera] <

Re: Impala FE compilation error (related to sentry)

2018-04-16 Thread Fredy Wijaya
I filed a ticket here: https://issues.apache.org/jira/browse/IMPALA-6862. I'll work on a fix. *Fredy Wijaya* | Software Engineer e. fwij...@cloudera.com cloudera.com [image: Cloudera] [image: Cloudera on Twitter]

Re: Impala FE compilation error (related to sentry)

2018-04-16 Thread Sailesh Mukil
Thanks Fredy. Is there a fix out already? On Mon, Apr 16, 2018 at 3:53 PM, Fredy Wijaya wrote: > In Sentry 1.5.1, BitFieldAction is an abstract class: > https://github.com/apache/sentry/blob/release-1.5.1/ > sentry-core/sentry-core-common/src/main/java/org/ > apache/sentry/core/common/BitFieldA

Re: Impala FE compilation error (related to sentry)

2018-04-16 Thread Fredy Wijaya
In Sentry 1.5.1, BitFieldAction is an abstract class: https://github.com/apache/sentry/blob/release-1.5.1/sentry-core/sentry-core-common/src/main/java/org/apache/sentry/core/common/BitFieldAction.java#L22. Sentry removed the abstract requirement in Sentry 2.0.0: https://github.com/apache/sentry/blo