Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A428175C6 for ; Wed, 28 Jan 2015 06:58:34 +0000 (UTC) Received: (qmail 17836 invoked by uid 500); 28 Jan 2015 06:58:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 17767 invoked by uid 500); 28 Jan 2015 06:58:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 17755 invoked by uid 500); 28 Jan 2015 06:58:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 17752 invoked by uid 99); 28 Jan 2015 06:58:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 06:58:34 +0000 Date: Wed, 28 Jan 2015 06:58:34 +0000 (UTC) From: "Rui Li (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9493) Failed job may not throw exceptions [Spark Branch] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-9493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Li updated HIVE-9493: ------------------------- Attachment: HIVE-9493.1-spark.patch > Failed job may not throw exceptions [Spark Branch] > -------------------------------------------------- > > Key: HIVE-9493 > URL: https://issues.apache.org/jira/browse/HIVE-9493 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-9493.1-spark.patch > > > Currently remote driver assumes exception will be thrown when job fails to run. This may not hold since job is submitted asynchronously. And we have to check the futures before we decide the job is successful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)