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)