Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 77977 invoked from network); 29 Dec 2008 21:21:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2008 21:21:07 -0000 Received: (qmail 6107 invoked by uid 500); 29 Dec 2008 21:21:07 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 6080 invoked by uid 500); 29 Dec 2008 21:21:07 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 6069 invoked by uid 99); 29 Dec 2008 21:21:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 13:21:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 21:21:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5172C234C490 for ; Mon, 29 Dec 2008 13:20:44 -0800 (PST) Message-ID: <1352280738.1230585644332.JavaMail.jira@brutus> Date: Mon, 29 Dec 2008 13:20:44 -0800 (PST) From: "Suresh Antony (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-176) structured log for obtaining query stats/info In-Reply-To: <955396043.1229372624308.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Antony updated HIVE-176: ------------------------------- Fix Version/s: 0.2.0 Affects Version/s: 0.2.0 Release Note: Hive History Logging Status: Patch Available (was: Open) > structured log for obtaining query stats/info > --------------------------------------------- > > Key: HIVE-176 > URL: https://issues.apache.org/jira/browse/HIVE-176 > Project: Hadoop Hive > Issue Type: Bug > Components: Logging > Affects Versions: 0.2.0 > Reporter: Joydeep Sen Sarma > Assignee: Suresh Antony > Fix For: 0.2.0 > > Attachments: patch_176.txt > > > Josh wrote: > When launching off hive queries using hive -e is there a way to get the job id so that I can just queue them up and go check their statuses later? What's the general pattern for queueing and monitoring without using the libraries directly? > I'm gonna throw my vote in for a structured log format. Users could tail it and use whatever queuing or monitoring they wish. It's also probably just a 30 minute project for someone already familiar with the code. I suggest ^A seperated key=value pairs per log line. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.