Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C388817ABE for ; Mon, 21 Sep 2015 20:53:04 +0000 (UTC) Received: (qmail 85523 invoked by uid 500); 21 Sep 2015 20:53:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 85370 invoked by uid 500); 21 Sep 2015 20:53:04 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 85289 invoked by uid 99); 21 Sep 2015 20:53:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 20:53:04 +0000 Date: Mon, 21 Sep 2015 20:53:04 +0000 (UTC) From: "Jason Dere (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11724) WebHcat get jobs to order jobs on time order with latest at top 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-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-11724: ------------------------------ Attachment: HIVE-11724.4.patch Patch seems to be in some weird format that is preventing the patch from applying .. cut/pasted patch v2 (based on master) from my browser and creating a patch from that seems to work. > WebHcat get jobs to order jobs on time order with latest at top > --------------------------------------------------------------- > > Key: HIVE-11724 > URL: https://issues.apache.org/jira/browse/HIVE-11724 > Project: Hive > Issue Type: Improvement > Components: WebHCat > Affects Versions: 0.14.0 > Reporter: Kiran Kumar Kolli > Assignee: Kiran Kumar Kolli > Attachments: HIVE-11724.1.patch, HIVE-11724.2.patch, HIVE-11724.3.patch, HIVE-11724.4.patch > > > HIVE-5519 added pagination feature support to WebHcat. This implementation returns the jobs lexicographically resulting in older jobs showing at the top. > Improvement is to order them on time with latest at top. Typically latest jobs (or running) ones are more relevant to the user. Time based ordering with pagination makes more sense. -- This message was sent by Atlassian JIRA (v6.3.4#6332)