[ 
https://issues.apache.org/jira/browse/IMPALA-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112482#comment-17112482
 ] 

ASF subversion and git services commented on IMPALA-9708:
---------------------------------------------------------

Commit 3e76da9f51763a5789195eb8ec3c786c391a0dc3 in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=3e76da9 ]

IMPALA-9708: Remove Sentry support

Impala 4 decided to drop Sentry support in favor of Ranger. This
removes Sentry support and related tests. It retires startup
flags related to Sentry and does the first round of removing
obsolete code. This does not adjust documentation to remove
references to Sentry, and other dead code will be removed
separately.

Some issues came up when implementing this. Here is a summary
of how this patch resolves them:
1. authorization_provider currently defaults to "sentry", but
   "ranger" requires extra parameters to be set. This changes the
   default value of authorization_provider to "", which translates
   internally to the noop policy that does no authorization.
2. These flags are Sentry specific and are now retired:
 - authorization_policy_provider_class
 - sentry_catalog_polling_frequency_s
 - sentry_config
3. The authorization_factory_class may be obsolete now that
   there is only one authorization policy, but this leaves it
   in place.
4. Sentry is the last component using CDH_COMPONENTS_HOME, so
   that is removed. There are still Maven dependencies coming
   from the CDH_BUILD_NUMBER repository, so that is not removed.
5. To make the transition easier, testdata/bin/kill-sentry-service.sh
   is not removed and it is still called from testdata/bin/kill-all.sh.

Testing:
 - Core job passes

Change-Id: I8e99c15936d6d250cf258e3a1dcba11d3eb4661e
Reviewed-on: http://gerrit.cloudera.org:8080/15833
Reviewed-by: Joe McDonnell <joemcdonn...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Remove Sentry support
> ---------------------
>
>                 Key: IMPALA-9708
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9708
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend, Frontend
>    Affects Versions: Impala 4.0
>            Reporter: Joe McDonnell
>            Priority: Major
>
> In Impala 4, we decided to drop support for Sentry due to the reduced 
> activity of the Sentry project and the addition of equivalent Ranger support.
> [https://mail-archives.apache.org/mod_mbox/impala-user/202004.mbox/%3CCAEVSEYoTmy82iPgaRBsmaFrF9qX3JH1tZCbQHMEgDaQ-%3DHHXfw%40mail.gmail.com%3E]
> There have been previous JIRAs to avoid including Sentry artifacts or avoid 
> compiling Sentry in certain configurations. This Jira is about removing 
> Sentry entirely, and if this is fixed, it will address those other JIRAs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to