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

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

Commit 290e48f5d703202d927da5ae188e1bb5d79e7bfe in impala's branch 
refs/heads/master from Fredy Wijaya
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=290e48f ]

IMPALA-7917 (Part 1): Decouple Sentry from Impala

The first part of this patch is to provide an initial work to decouple
Sentry from Impala by creating a generic authorization provider
interface that Sentry implements. The idea is to allow more
authorization providers in the future. The patch updates the following:
- Renamed Authorizeable to Authorizable to fix typographical error.
- Moved any clases that uses Sentry specific code to
  org.apache.impala.authorization.sentry package and created interfaces
  when necessary.
- Moved all generic authorization related classes to
  org.apache.impala.authorization package.
- Minor clean up on authorization related code.

In this patch, switching the authorization provider implementation
still requires updating the code in many different places. A follow up
patch will make it easy to switch an authorization provider
implementation.

This patch has no functionality change.

Testing:
- Ran all FE tests
- Ran all E2E authorization tests

Change-Id: If1fd1df0b38ddd7cfa41299e95f5827f8a9e9c1f
Reviewed-on: http://gerrit.cloudera.org:8080/12020
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> Decouple Sentry from Impala
> ---------------------------
>
>                 Key: IMPALA-7917
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7917
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Catalog, Frontend
>            Reporter: Fredy Wijaya
>            Assignee: Fredy Wijaya
>            Priority: Major
>
> The task will will involve decoupling Sentry from Impala, such as moving 
> Sentry specific code to a separate package/module and provide interfaces that 
> allows the flexibility to switch to a different authorization provider.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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