You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2015/03/17 18:24:38 UTC

[jira] [Created] (HIVE-9993) Retrying task could use cached bad operators [Spark Branch]

Jimmy Xiang created HIVE-9993:
---------------------------------

             Summary: Retrying task could use cached bad operators [Spark Branch]
                 Key: HIVE-9993
                 URL: https://issues.apache.org/jira/browse/HIVE-9993
             Project: Hive
          Issue Type: Bug
    Affects Versions: spark-branch
            Reporter: Jimmy Xiang
            Assignee: Jimmy Xiang
             Fix For: spark-branch


For a Spark task, it could be retried on the same executor in case some failures. In retrying, the cache task could be used. Since the operators in the task are already initialized, they won't be initialized again. The partial data in these operators could lead to wrong final results.



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