[
https://issues.apache.org/jira/browse/YARN-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282447#comment-14282447
]
Hadoop QA commented on YARN-3071:
---------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12693053/YARN-3071.002.patch
against trunk revision 19cbce3.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation patch that doesn't require tests.
{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:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/6358//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/6358//console
This message is automatically generated.
> Remove invalid char from sample conf in doc of FairScheduler
> ------------------------------------------------------------
>
> Key: YARN-3071
> URL: https://issues.apache.org/jira/browse/YARN-3071
> Project: Hadoop YARN
> Issue Type: Bug
> Components: documentation
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Trivial
> Attachments: YARN-3071.001.patch, YARN-3071.002.patch
>
>
> copying and pasting conf causes failure on RM startup
> {code}
> Caused by: org.xml.sax.SAXParseException; systemId:
> file:/home/iwasakims/dist/hadoop-2.6.0/etc/hadoop/fair-scheduler.xml;
> lineNumber: 18; columnNumber: 5; The content of elements must consist of
> well-formed character data or markup.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
> at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
> at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationFileLoaderService.reloadAllocations(AllocationFileLoaderService.java:250)
> at
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler.initScheduler(FairScheduler.java:1275)
> ... 9 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)