Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0625C17786 for ; Sat, 7 Mar 2015 01:50:35 +0000 (UTC) Received: (qmail 26770 invoked by uid 500); 7 Mar 2015 01:50:00 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 26700 invoked by uid 500); 7 Mar 2015 01:50:00 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 26681 invoked by uid 99); 7 Mar 2015 01:50:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2015 01:50:00 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of xgong@hortonworks.com designates 64.78.52.187 as permitted sender) Received: from [64.78.52.187] (HELO relayvx12c.securemail.intermedia.net) (64.78.52.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2015 01:49:34 +0000 Received: from securemail.intermedia.net (localhost [127.0.0.1]) by emg-ca-1-2.localdomain (Postfix) with ESMTP id 8B8C953E39 for ; Fri, 6 Mar 2015 17:49:11 -0800 (PST) Subject: Re: Recent Commit about RM and ATS web UI: YARN-1809 MIME-Version: 1.0 x-echoworx-emg-received: Fri, 6 Mar 2015 17:49:11.547 -0800 x-echoworx-msg-id: 2d38fafe-93b0-41a2-a7e9-524336d37636 x-echoworx-action: delivered Received: from 10.254.155.17 ([10.254.155.17]) by emg-ca-1-2 (JAMES SMTP Server 2.3.2) with SMTP ID 550 for ; Fri, 6 Mar 2015 17:49:11 -0800 (PST) Received: from MBX080-W4-CO-2.exch080.serverpod.net (unknown [10.224.117.102]) by emg-ca-1-2.localdomain (Postfix) with ESMTP id 5BFF953E39 for ; Fri, 6 Mar 2015 17:49:11 -0800 (PST) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Fri, 6 Mar 2015 17:49:10 -0800 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Fri, 6 Mar 2015 17:49:10 -0800 From: Xuan Gong To: "yarn-dev@hadoop.apache.org" Thread-Topic: Recent Commit about RM and ATS web UI: YARN-1809 Thread-Index: AQHQWHGQ6b4fHh2KsE6ZrQTfgzFAdp0QQOuA Date: Sat, 7 Mar 2015 01:49:10 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [50.248.208.113] x-source-routing-agent: Processed Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Also, please file the tickets under YARN-3299 (The parent ticket for RM and ATS web UI Synchronization) if you find any additional issues. Thanks Xuan Gong On 3/6/15, 4:56 PM, "Zhijie Shen" wrote: >Hi YARN folks, > >In case you're not aware of it, we have just committed a big patch about >RM and ATS web UI. Generally speaking, it refactored web app classes to >reuse the code as much as possible, and make RM and ATS web UI (generic >history part) consistent (Please check YARN-1809 for more details). One >notable addition to RM web UI is that it can not only show the >app/attempt info, but container info as well, from where you can get the >access to container's log. Please try it out and your feedback is welcome. > >Thanks, >Zhijie >