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

Eugene Koifman commented on HIVE-6084:
--------------------------------------


This test is supposed to have check_job_complete=SUCCESS. This field is a 
property of the Launcher task which is either ends in SUCCESS(3) or KILLED(5). 
(short of bugs/unexpected failures). It is not the property of the task being 
submitted. check_job_exit_value is the exit value for subprocess.
Thus since this test specifies a mapper which returns 1 (i.e. no-zero status), 
MR fails it. So exit_value=1 and job_complete=SUCCESS is correct.

> WebHCat TestStreaming_2 e2e test should return FAILURE after HIVE-5511
> ----------------------------------------------------------------------
>
>                 Key: HIVE-6084
>                 URL: https://issues.apache.org/jira/browse/HIVE-6084
>             Project: Hive
>          Issue Type: Bug
>          Components: WebHCat
>    Affects Versions: 0.12.0
>            Reporter: Eugene Koifman
>            Assignee: Hari Sankar Sivarama Subramaniyan
>         Attachments: HIVE-6084.1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to