[ 
https://issues.apache.org/jira/browse/CASSANDRA-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Thompson updated CASSANDRA-9442:
---------------------------------------
    Description: 
In CQLRecordWriter, we are catching and handling a certain class of exception. 
Unfortunately, we are still setting lastException, so hadoop reports that the 
map reduce job has errored out and failed, even though it succeeded. 

We are also having an occasional issue where the driver returns a different 
interrupt related exception than what we are checking for. I have moved the 
check logic out into a separate function, and now check for both.

  was:In CQLRecordWriter, we are catching and handling a certain class of 
exception. Unfortunately, we are still setting lastException, so hadoop reports 
that the map reduce job has errored out and failed, even though it succeeded. 
This simple patch fixes that.


> Pig tests failing in 2.2 and trunk
> ----------------------------------
>
>                 Key: CASSANDRA-9442
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9442
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Hadoop
>            Reporter: Philip Thompson
>            Assignee: Philip Thompson
>             Fix For: 2.2.0 rc1
>
>
> In CQLRecordWriter, we are catching and handling a certain class of 
> exception. Unfortunately, we are still setting lastException, so hadoop 
> reports that the map reduce job has errored out and failed, even though it 
> succeeded. 
> We are also having an occasional issue where the driver returns a different 
> interrupt related exception than what we are checking for. I have moved the 
> check logic out into a separate function, and now check for both.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to