[
https://issues.apache.org/jira/browse/EAGLE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794558#comment-15794558
]
ASF GitHub Bot commented on EAGLE-797:
--------------------------------------
GitHub user wujinhu opened a pull request:
https://github.com/apache/eagle/pull/762
[EAGLE-797] add job analysis
for continuous development
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wujinhu/eagle EAGLE-797
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/eagle/pull/762.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #762
----
commit 2f6faca2c2fd0a5017c7e2386ac94debf9deda64
Author: wujinhu <[email protected]>
Date: 2016-12-30T03:23:53Z
add jpm analysis
commit 568be20b6258ac5d58e71b11ae420fa1399fd8c0
Author: wujinhu <[email protected]>
Date: 2016-12-30T03:29:23Z
Merge branch 'master' of https://github.com/apache/eagle into EAGLE-797
commit e314e30d8eed8d1dc9426e7743b23d843a288629
Author: wujinhu <[email protected]>
Date: 2017-01-03T02:27:43Z
Merge branch 'master' of https://github.com/apache/eagle into EAGLE-797
commit 9965135672489ade3ad8e9e504a98ee4106d7823
Author: wujinhu <[email protected]>
Date: 2017-01-03T08:58:25Z
add jpm analysis
----
> 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)