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 6319A1749F for ; Sun, 26 Oct 2014 00:41:35 +0000 (UTC) Received: (qmail 59664 invoked by uid 500); 26 Oct 2014 00:41:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 59531 invoked by uid 500); 26 Oct 2014 00:41: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 59244 invoked by uid 500); 26 Oct 2014 00:41:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 59203 invoked by uid 99); 26 Oct 2014 00:41:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2014 00:41:34 +0000 Date: Sun, 26 Oct 2014 00:41:34 +0000 (UTC) From: "Vaibhav Gumashta (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8568) Add HS2 API to fetch Job IDs for a given query 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-8568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184337#comment-14184337 ] Vaibhav Gumashta commented on HIVE-8568: ---------------------------------------- [~mohitsabharwal] Thanks for the useful work. I just begun reviewing the patch and will go over the entire patch soon. I have one preliminary comment on the design: did you consider expanding the GetOperationStatus call? On a quick pass it seems that it will be better to expand the GetOperationStatus method rather than adding a new API method. At a high level, GetOperationStatus is also meant (& used) to poll on a running Operation and get its execution status. > Add HS2 API to fetch Job IDs for a given query > ---------------------------------------------- > > Key: HIVE-8568 > URL: https://issues.apache.org/jira/browse/HIVE-8568 > Project: Hive > Issue Type: Bug > Reporter: Mohit Sabharwal > Assignee: Mohit Sabharwal > Attachments: HIVE-8568.1.patch, HIVE-8568.patch > > > Fetching Job IDs corresponding to all running MR/Tez tasks is useful for clients like Hue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)