[
https://issues.apache.org/jira/browse/YARN-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386401#comment-14386401
]
Hadoop QA commented on YARN-2123:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12708106/YARN-2123-002.patch
against trunk revision 1ed9fb7.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadoop.yarn.server.resourcemanager.TestMoveApplication
org.apache.hadoop.yarn.server.resourcemanager.recovery.TestZKRMStateStore
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebappAuthentication
org.apache.hadoop.yarn.server.resourcemanager.TestRMAdminService
org.apache.hadoop.yarn.server.resourcemanager.TestRMHA
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/7144//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/7144//console
This message is automatically generated.
> Progress bars in Web UI always at 100% due to non-US locale
> -----------------------------------------------------------
>
> Key: YARN-2123
> URL: https://issues.apache.org/jira/browse/YARN-2123
> Project: Hadoop YARN
> Issue Type: Bug
> Components: webapp
> Affects Versions: 2.3.0
> Reporter: Johannes Simon
> Assignee: Akira AJISAKA
> Attachments: YARN-2123-001.patch, YARN-2123-002.patch,
> screenshot-noPatch.png, screenshot-patch.png, screenshot.png
>
>
> In our cluster setup, the YARN web UI always shows progress bars at 100% (see
> screenshot, progress of the reduce step is roughly at 32.82%). I opened the
> HTML source code to check (also see screenshot), and it seems the problem is
> that it uses a comma as decimal mark, where most browsers expect a dot for
> floating-point numbers. This could possibly be due to localized number
> formatting being used in the wrong place, which would also explain why this
> bug is not always visible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)