You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Shen Yinjie (JIRA)" <ji...@apache.org> on 2016/12/02 07:57:58 UTC

[jira] [Created] (MAPREDUCE-6816) Progress bars in Web UI always at 100%

Shen Yinjie created MAPREDUCE-6816:
--------------------------------------

             Summary: 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


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-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org