You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2009/06/29 02:44:47 UTC

[jira] Created: (HIVE-589) Clean up "abort" logic in ExecMapper and ExecReducer.close().

Clean up "abort" logic in ExecMapper and ExecReducer.close().
-------------------------------------------------------------

                 Key: HIVE-589
                 URL: https://issues.apache.org/jira/browse/HIVE-589
             Project: Hadoop Hive
          Issue Type: Improvement
            Reporter: Zheng Shao


The "abort" logic is pretty complicated.  

Instead of doing what we are doing now, we just need to wrap any Exception thrown from close() with an IOException(). Then it will be ignored by mapreduce framework in case this is a mandatory close() (close() in case there are exception thrown earlier).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.