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 5733D18517 for ; Tue, 13 Oct 2015 17:58:05 +0000 (UTC) Received: (qmail 65933 invoked by uid 500); 13 Oct 2015 17:58:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 65910 invoked by uid 500); 13 Oct 2015 17:58:05 -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 65900 invoked by uid 99); 13 Oct 2015 17:58:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 17:58:05 +0000 Date: Tue, 13 Oct 2015 17:58:05 +0000 (UTC) From: "Kiran Kumar Kolli (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12076) WebHCat listing jobs after the given JobId even when templeton.jobs.listorder is set to lexicographicaldesc 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-12076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955360#comment-14955360 ] Kiran Kumar Kolli commented on HIVE-12076: ------------------------------------------ JobStatus e2e test already covers this but the server needs to configure templeton.jobs.listorder setting with lexicographicaldesc. The test case is generic that it will cover both orderings. > WebHCat listing jobs after the given JobId even when templeton.jobs.listorder is set to lexicographicaldesc > ----------------------------------------------------------------------------------------------------------- > > Key: HIVE-12076 > URL: https://issues.apache.org/jira/browse/HIVE-12076 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Kiran Kumar Kolli > Assignee: Kiran Kumar Kolli > Fix For: 0.14.0 > > Attachments: HIVE-12076.1.patch, HIVE-12076.2.patch, HIVE-12076.3.patch > > > HIVE-11724 introduced new setting to change the order of jobs listed. In-cases where "templeton.jobs.listorder" is set to lexicographicaldesc, filtering based on jobid still returning values greater then given job if, where as less than are expected. Its a code bug. -- This message was sent by Atlassian JIRA (v6.3.4#6332)