Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95724930E for ; Mon, 9 Jan 2012 18:24:30 +0000 (UTC) Received: (qmail 47377 invoked by uid 500); 9 Jan 2012 18:24:29 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 47213 invoked by uid 500); 9 Jan 2012 18:24:28 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 47205 invoked by uid 99); 9 Jan 2012 18:24:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 18:24:28 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mschramm@tetrascend.com designates 69.93.126.19 as permitted sender) Received: from [69.93.126.19] (HELO gateway01.websitewelcome.com) (69.93.126.19) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 18:24:19 +0000 Received: by gateway01.websitewelcome.com (Postfix, from userid 5007) id 40536340F2018; Mon, 9 Jan 2012 12:23:58 -0600 (CST) Received: from gator1711.hostgator.com (gator1711.hostgator.com [184.173.252.172]) by gateway01.websitewelcome.com (Postfix) with ESMTP id 34D90340F1FD3 for ; Mon, 9 Jan 2012 12:23:58 -0600 (CST) Received: from [66.236.60.149] (port=53015 helo=Kauai) by gator1711.hostgator.com with esmtpa (Exim 4.69) (envelope-from ) id 1RkJsz-0007DA-KF for user@hive.apache.org; Mon, 09 Jan 2012 12:23:57 -0600 From: "Mark Schramm \(tetrascend\)" To: Subject: Is there a way to track Hive jobs Date: Mon, 9 Jan 2012 10:23:56 -0800 Message-ID: <00fd01cccefb$d9e88830$8db99890$@tetrascend.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00FE_01CCCEB8.CBC63290" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AczO+kRgL+31wak6QkWC1iCfVp1Dew== Content-Language: en-us X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator1711.hostgator.com X-AntiAbuse: Original Domain - hive.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tetrascend.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 66.236.60.149.ptr.us.xo.net (Kauai) [66.236.60.149]:53015 X-Source-Auth: mschramm@tetrascend.com X-Email-Count: 1 X-Source-Cap: dHRzZDt0dHNkO2dhdG9yMTcxMS5ob3N0Z2F0b3IuY29t This is a multipart message in MIME format. ------=_NextPart_000_00FE_01CCCEB8.CBC63290 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Anyone, I would like to be able to submit Hive queries/jobs and track their progress (from a Java App). For example, I would like to submit a hive sql command string as a job, returning a job-ID and to be able query the hive server for status of jobs (e.g. queued, completed, executing hadoop job 2 of 4, etc.). The available APIs (JDBC, Thrift, hive shell) are all synchronous and just block until completion. Question: Am I missing a way to do this or off base in how I should be using Hive? Are there plans to add such capabilities to Hive in the future? Thanks, Mark ------=_NextPart_000_00FE_01CCCEB8.CBC63290 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Anyone,

 

I would like = to be able to submit Hive queries/jobs and track their progress (from a = Java App).  For example, I would like to submit a hive sql command = string as a job, returning a job-ID and to be able query the hive server = for status of jobs (e.g. queued, completed, executing hadoop job 2 of 4, = etc…).

 

The available APIs (JDBC, Thrift, hive shell) are all = synchronous and just block until completion.

 

Question: Am = I missing a way to do this or off base in how I should be using = Hive?  Are there plans to add such capabilities to Hive in the = future?

 

Thanks,

Mark

------=_NextPart_000_00FE_01CCCEB8.CBC63290--