Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 576CE200BCF for ; Mon, 5 Dec 2016 08:24:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 53183160B21; Mon, 5 Dec 2016 07:24:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C24B5160AF9 for ; Mon, 5 Dec 2016 08:23:59 +0100 (CET) Received: (qmail 94696 invoked by uid 500); 5 Dec 2016 07:23:58 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 94669 invoked by uid 99); 5 Dec 2016 07:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 07:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8B8622C2A66 for ; Mon, 5 Dec 2016 07:23:58 +0000 (UTC) Date: Mon, 5 Dec 2016 07:23:58 +0000 (UTC) From: "Shen Yinjie (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6816) Progress bars in Web UI always at 100% MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 07:24:00 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15721467#comment-15721467 ] Shen Yinjie commented on MAPREDUCE-6816: ---------------------------------------- [~ajisakaa] ,[~xgong] . I found this bug in hadoop-3.0+ .and need your advice and review > Progress bars in Web UI always at 100% > --------------------------------------- > > Key: MAPREDUCE-6816 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6816 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: webapps > Affects Versions: 3.0.0-alpha2 > Reporter: Shen Yinjie > Assignee: Shen Yinjie > Attachments: MAPREDUCE-6816.01.patch, MAPREDUCE-6816.patch, pre.png > > > YARN web UI always shows progress bars at 100% (see screenshot, progress of the reduce step is roughly at 40.00%). I opened the HTML source code to check (also see screenshot), and it seems the problem is that it uses "%%" ,which cannot be recognized. This is due to the output of{code}StringUtils.format(){code} contains '%', while in *Block.java use {code}join(){code}add an extra '%'. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org