[
https://issues.apache.org/jira/browse/MAPREDUCE-6816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726852#comment-15726852
]
Hudson commented on MAPREDUCE-6816:
-----------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10955 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10955/])
MAPREDUCE-6816. Progress bars in Web UI always at 100%. Contributed by
(aajisaka: rev da4ecc9f8223ac82bff8483594fb29be2f8d4d34)
* (edit)
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java
* (edit)
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TasksBlock.java
* (edit)
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/dao/JobInfo.java
> 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
> Reporter: Shen Yinjie
> Assignee: Shen Yinjie
> Priority: Blocker
> Fix For: 2.8.0, 3.0.0-alpha2
>
> Attachments: MAPREDUCE-6816.01.patch, MAPREDUCE-6816.02.patch,
> MAPREDUCE-6816.03.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 {{StringUtils.format()}}
> contains '%', while in *Block.java use {{join()}} add an extra '%'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]