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 287271105B for ; Wed, 24 Sep 2014 18:10:35 +0000 (UTC) Received: (qmail 63481 invoked by uid 500); 24 Sep 2014 18:10:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 63407 invoked by uid 500); 24 Sep 2014 18:10: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 63393 invoked by uid 500); 24 Sep 2014 18:10:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 63389 invoked by uid 99); 24 Sep 2014 18:10:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 18:10:34 +0000 Date: Wed, 24 Sep 2014 18:10:34 +0000 (UTC) From: "Sushanth Sowmyan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8217) WebHCat 'jobs' endpoint fails if it runs into issues with any of the jobs 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-8217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-8217: ----------------------------------- Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available) Committed to trunk(0.14 still). Thanks, Eugene! > WebHCat 'jobs' endpoint fails if it runs into issues with any of the jobs > ------------------------------------------------------------------------- > > Key: HIVE-8217 > URL: https://issues.apache.org/jira/browse/HIVE-8217 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 0.13.1 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Fix For: 0.14.0 > > Attachments: HIVE-8217.patch > > > need to make org.apache.hive.hcatalog.templeton.Server.showJobList() return info about as many jobs as possible instead of failing fast at > {noformat} > if (showDetails) { > StatusDelegator sd = new StatusDelegator(appConf); > QueueStatusBean statusBean = sd.run(getDoAsUser(), job); > jobItem.detail = statusBean; > } > {noformat} > no precommit tests -- This message was sent by Atlassian JIRA (v6.3.4#6332)