[
https://issues.apache.org/jira/browse/HIVE-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13735814#comment-13735814
]
Hive QA commented on HIVE-5051:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12597229/HIVE-5051.patch
{color:green}SUCCESS:{color} +1 2774 tests passed
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/378/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/378/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
> StorageBasedAuthorizationProvider masks lower level exception with
> IllegalStateException
> ----------------------------------------------------------------------------------------
>
> Key: HIVE-5051
> URL: https://issues.apache.org/jira/browse/HIVE-5051
> Project: Hive
> Issue Type: Bug
> Components: Authorization
> Affects Versions: 0.12.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Fix For: 0.12.0
>
> Attachments: HIVE-5051.patch
>
>
> org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider
> has the following 2 methods
> private HiveException hiveException(Exception e) {
> HiveException ex = new HiveException(e);
> ex.initCause(e);
> return ex;
> }
> private AuthorizationException authorizationException(Exception e) {
> AuthorizationException ex = new AuthorizationException(e);
> ex.initCause(e);
> return ex;
> }
> both, when called, will cause
> throw new IllegalStateException("Can't overwrite cause"); to be thrown and
> the original Exception is lost.
> See
> http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/lang/Throwable.java#Throwable.initCause%28java.lang.Throwable%29
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira