[
https://issues.apache.org/jira/browse/SENTRY-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755325#comment-16755325
]
Na Li commented on SENTRY-2483:
-------------------------------
The tests failed below are not caused by my code change. Reattach patch again
{code}
16:37:14 [ERROR] Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time
elapsed: 0.201 s <<< FAILURE! - in
org.apache.sentry.provider.db.log.appender.TestRollingFileWithoutDeleteAppender
16:37:14 [ERROR]
testFileNamePattern(org.apache.sentry.provider.db.log.appender.TestRollingFileWithoutDeleteAppender)
Time elapsed: 0.011 s <<< FAILURE!
16:37:14 java.lang.AssertionError: expected:<3> but was:<2>
16:37:14 at
org.apache.sentry.provider.db.log.appender.TestRollingFileWithoutDeleteAppender.testFileNamePattern(TestRollingFileWithoutDeleteAppender.java:93)
16:37:14
16:37:14 [ERROR]
testFileNamePattern(org.apache.sentry.provider.db.log.appender.TestRollingFileWithoutDeleteAppender)
Time elapsed: 0.002 s <<< FAILURE!
16:37:14 java.lang.AssertionError: expected:<3> but was:<2>
16:37:14 at
org.apache.sentry.provider.db.log.appender.TestRollingFileWithoutDeleteAppender.testFileNamePattern(TestRollingFileWithoutDeleteAppender.java:93)
16:37:14
{code}
> Implement HMS PreReadEvent support in MetastoreAuthzBinding
> -----------------------------------------------------------
>
> Key: SENTRY-2483
> URL: https://issues.apache.org/jira/browse/SENTRY-2483
> Project: Sentry
> Issue Type: Improvement
> Components: Sentry
> Reporter: Sergio Peña
> Assignee: Na Li
> Priority: Major
> Attachments: SENTRY-2483.003.patch, SENTRY-2483.004.patch,
> SENTRY-2483.004.patch, SENTRY-2483.005.patch, SENTRY-2483.006.patch,
> SENTRY-2483.007.patch, SENTRY-2483.008.patch, SENTRY-2483.009.patch,
> SENTRY-2483.010.patch, SENTRY-2483.010.patch, SENTRY-2483.1.patch,
> SENTRY-2483.2.patch, SENTRY-2483.2.patch, SENTRY-2483.2.patch, Test failure
> log for TestHDFSIntegrationWithHA in patch in SENTRY-2483.2.patch.txt
>
>
> MetastoreAuthzBinding has support for all HMS DDL events to verify if a user
> has the authorization to execute them. However, read event, such as
> READ_DATABASE and READ_TABLE are not supported.
> We should add support for them so HMS can have read authorization checks too.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)