You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "zhihai xu (JIRA)" <ji...@apache.org> on 2017/01/18 23:36:26 UTC

[jira] [Created] (HIVE-15662) check startTime in SparkTask to make sure startTime is not less than submitTime

zhihai xu created HIVE-15662:
--------------------------------

             Summary: check startTime in SparkTask to make sure startTime is not less than submitTime
                 Key: HIVE-15662
                 URL: https://issues.apache.org/jira/browse/HIVE-15662
             Project: Hive
          Issue Type: Bug
            Reporter: zhihai xu
            Assignee: zhihai xu
            Priority: Minor


Check startTime in SparkTask to make sure startTime is not less than submitTime. We saw a corner case when the sparkTask is finished in less than 1 second, the startTime may not be set because RemoteSparkJobMonitor will sleep for 1 second then check the state, in this case, right after sleep for one second, the spark job is already completed.




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