dengzhhu653 commented on PR #4448:
URL: https://github.com/apache/hive/pull/4448#issuecomment-1638237662
> Since `HiveAuthorizer` is configurable by
`hive.security.authorization.manager`, we can find the authorizer and know
which step of check failed through full stack trace quickly. @dengzhhu653
I found that the exception has been recorded before throwing the exception:
```
LOG.error("HiveMetaStoreAuthorizer.onEvent(): failed", e);
```
In my opinion, the original message is clear from the user's perspective, if
want to check the validation step, there are some logs provided in HS2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]