You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2015/01/19 09:08:34 UTC

[jira] [Commented] (YARN-3071) Remove invalid char from sample conf in doc of FairScheduler

    [ https://issues.apache.org/jira/browse/YARN-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14282243#comment-14282243 ] 

Akira AJISAKA commented on YARN-3071:
-------------------------------------

Thanks Masatake for the report and the patch. The detail of the issue is the first {{—}} of
{code}
  <!—- Queue 'secondary_group_queueue' is a parent queue and may have
{code}
is actually a em dash(U+2014).

> 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
>
>
> 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)