Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2CDC18F74 for ; Wed, 15 Jul 2015 17:11:32 +0000 (UTC) Received: (qmail 67062 invoked by uid 500); 15 Jul 2015 17:11:27 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 66961 invoked by uid 500); 15 Jul 2015 17:11:27 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 66951 invoked by uid 99); 15 Jul 2015 17:11:27 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 17:11:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0CD0B1A7098 for ; Wed, 15 Jul 2015 17:11:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.864 X-Spam-Level: ** X-Spam-Status: No, score=2.864 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id YSg134cEW3wO for ; Wed, 15 Jul 2015 17:11:26 +0000 (UTC) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id E93132160A for ; Wed, 15 Jul 2015 17:11:25 +0000 (UTC) Received: by obbgp5 with SMTP id gp5so30737402obb.0 for ; Wed, 15 Jul 2015 10:10:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=kj+ikGQTl/4BGYYY89pM9G82fqPM0jF0I2yo5K+eaDQ=; b=hLxK0INWvIXaatqsUZVtXHxoWm8+rQAnHQVxw1EhansfEYvmljE2r60ZVjmRf7DXZZ XHL1h+QdHMFUWNx58ctyfMWrFLZS19is5uy34unTIEYKQt7H2aWJXaqi/mEPPxJ1M9w2 /ivcwY6+OHihXgnRHbhJ0CIVV8sM2O0wK0ig8EJOysIWmciyC5DTQ1GR2i1vQ7NRpvkw iMfvP0sS934RzA/7r3OXmtBphE8KhHjYW4vy82KPUq9/OmPyG2W3J2gOwRwDwCwCiWuR 8fpmPTV9VJTGqtXhQoqiqkAwQXta8WOCxln1E+fziZNAyMlZJZPyvCog7Iho8Y9+RGaO A4cQ== X-Gm-Message-State: ALoCoQnbjG4h1vckDwft2by/8nMftYV3Xq+aW6rik35hGw1gA1yS6SrxYJpD97HLacaS/inf1d3Y MIME-Version: 1.0 X-Received: by 10.182.210.165 with SMTP id mv5mr4718636obc.82.1436980240271; Wed, 15 Jul 2015 10:10:40 -0700 (PDT) Received: by 10.182.155.72 with HTTP; Wed, 15 Jul 2015 10:10:40 -0700 (PDT) Date: Wed, 15 Jul 2015 10:10:40 -0700 Message-ID: Subject: Hadoop Yarn UI not showing newest jobs first From: Stephen Armstrong To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c24894c58975051aed08f9 --001a11c24894c58975051aed08f9 Content-Type: text/plain; charset=UTF-8 My cluster 2.6.0 has app ids like: application_1434047822925_0001 The UI sorts by this id as a string, which means that once the ids go to application_1434047822925_9999 and beyond to application_1434047822925_10000, the newest jobs are not at the top of the list. I found https://issues.apache.org/jira/browse/YARN-159 which was implemented to sort newest first, but in my case it doesn't work. Is there a setting to fix this, or can I change the base pattern of the appids to have 8 digits instead of 4? Thanks for any pointers, Stephen Armstrong --001a11c24894c58975051aed08f9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
My cluster 2.6.0 has app ids like: application_143404= 7822925_0001

The UI sorts by this id as a string, which means that o= nce the ids go to application_1434047822925_9999 and beyond to application_= 1434047822925_10000, the newest jobs are not at the top of the list.
I found https:/= /issues.apache.org/jira/browse/YARN-159 which was implemented to sort n= ewest first, but in my case it doesn't work. Is there a setting to fix = this, or can I change the base pattern of the appids to have 8 digits inste= ad of 4?

Thanks for any pointers,

Stephen Ar= mstrong
--001a11c24894c58975051aed08f9--