[
https://issues.apache.org/jira/browse/HADOOP-10167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849091#comment-13849091
]
Hadoop QA commented on HADOOP-10167:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12618832/HADOOP-10167-1.patch
against trunk revision .
{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}. The javadoc tool did not generate any
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 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-tools/hadoop-distcp hadoop-tools/hadoop-openstack.
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/3360//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/3360//console
This message is automatically generated.
> Mark hadoop-common source as UTF-8 in Maven pom files / refactoring
> -------------------------------------------------------------------
>
> Key: HADOOP-10167
> URL: https://issues.apache.org/jira/browse/HADOOP-10167
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Affects Versions: 2.0.6-alpha
> Environment: Fedora 19 x86-64
> Reporter: Mikhail Antonov
> Labels: build
> Attachments: HADOOP-10167-1.patch
>
>
> While looking at BIGTOP-831, turned out that the way Bigtop calls maven build
> / site:site generation causes the errors like this:
> [ERROR] Exit code: 1 -
> /home/user/jenkins/workspace/BigTop-RPM/label/centos-6-x86_64-HAD-1-buildbot/bigtop-repo/build/hadoop/rpm/BUILD/hadoop-2.0.2-alpha-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/source/JvmMetricsInfo.java:31:
> error: unmappable character for encoding ANSI_X3.4-1968
> [ERROR] JvmMetrics("JVM related metrics etc."), // record info??
> Making the whole hadoop-common to use UTF-8 fixes that and seems in general
> good thing to me.
> Attaching first version of patch for review.
> Original issue was observed on openjdk 7 (x86-64).
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)