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

Ashutosh Chauhan commented on HIVE-3971:
----------------------------------------

I am not sure if this indeed is the root cause, because this is deterministic 
cause and the test cause would have always failed, not randomly. Further if 
this was the reason, test case itself would only fail, but currently it doesn't 
fail but causes the crash of TestNegativeCliDriver.
                
> testNegativeCliDriver_stats_aggregator_error_1 fails transiently 
> -----------------------------------------------------------------
>
>                 Key: HIVE-3971
>                 URL: https://issues.apache.org/jira/browse/HIVE-3971
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>         Attachments: error.rtf, HIVE-3971.patch.2
>
>
> testNegativeCliDriver_stats_aggregator_error_1 fails transiently.
> In one case (not reproducible), it fails consistently. The root-cause is 
> ClassNotFoundException for DummyStatsPublisher. please see attachment.
> In the environment, i did a test: move DummyStatsPublisher from src/test to 
> src/java and the error is gone. this shows packaging is the issue.
> DummyStatsPublisher is in src/test package. ClassNotFoundException is thrown 
> in MR task. This shows it's possible src/test package is not available in 
> server side build path in some cases.
> Not sure it is the real and/or only root-cause since it's not always 
> reproducible. If all tests pass, feel it's worthy to try.

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

Reply via email to