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 98AD110416 for ; Wed, 28 May 2014 20:29:02 +0000 (UTC) Received: (qmail 70823 invoked by uid 500); 28 May 2014 20:29:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 70732 invoked by uid 500); 28 May 2014 20:29:02 -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 70723 invoked by uid 500); 28 May 2014 20:29:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 70720 invoked by uid 99); 28 May 2014 20:29:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 20:29:02 +0000 Date: Wed, 28 May 2014 20:29:01 +0000 (UTC) From: "Sumit Kumar (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7137) Add progressable to writer interfaces so they could report progress while different operations are in progress 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-7137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Kumar updated HIVE-7137: ------------------------------ Attachment: HIVE-7137.patch > Add progressable to writer interfaces so they could report progress while different operations are in progress > -------------------------------------------------------------------------------------------------------------- > > Key: HIVE-7137 > URL: https://issues.apache.org/jira/browse/HIVE-7137 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.13.0 > Reporter: Sumit Kumar > Priority: Minor > Attachments: HIVE-7137.patch > > > This patch is to pass Progressable instance along with different Writer implementations. Without this jobs fail whenever a bulk write operation takes longer than usual. With this patch, writers keep sending heartbeat and job keeps running fine. Hive already provided support for this so this is a minor addition. -- This message was sent by Atlassian JIRA (v6.2#6252)