You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "JiJun Tang (JIRA)" <ji...@apache.org> on 2016/11/24 06:26:58 UTC

[jira] [Created] (EAGLE-797) MRJobParser fetchjobConfig should continue when parse throw exception

JiJun Tang created EAGLE-797:
--------------------------------

             Summary: MRJobParser fetchjobConfig should continue when parse throw exception
                 Key: EAGLE-797
                 URL: https://issues.apache.org/jira/browse/EAGLE-797
             Project: Eagle
          Issue Type: Improvement
            Reporter: JiJun Tang
            Assignee: luokun
            Priority: Minor


{code:xml}
<property>
  <name>hadoop.security.group.mapping.ldap.search.filter.user</name>
  <value>(&(objectClass=user)(sAMAccountName={0}))</value>
  <source>core-default.xml</source>
  <source>viewfs://xxxxx/user/xxx/.staging/job_1479206441898_30784/job.xml</source>
</property>
{code}
When DocumentBuilder parse xml like above which have some unescape char like & will throw exception.That will cause whole fetchjobconfig fail.So I think should catch the exception and continue to parse .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)