Lingang Deng created EAGLE-812:
----------------------------------
Summary: JsonParseException was found when running MRJobParser
Key: EAGLE-812
URL: https://issues.apache.org/jira/browse/EAGLE-812
Project: Eagle
Issue Type: Bug
Reporter: Lingang Deng
Assignee: Lingang Deng
Priority: Minor
{code}
WARN [2016-11-28 14:15:40,609]
org.apache.eagle.jpm.mr.running.parser.MRJobParser: fetch mr job from
http://www.xxx.com:8088/proxy/application_1479206441898_268065/ws/v1/mapreduce/jobs?anonymous=true
failed, {}
! org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code
60)): expected a valid value (number, String, array, object, 'true', 'false' or
'null')
! at [Source:
sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@e3be5b8; line: 1,
column: 2]
! at org.codehaus.jackson.JsonParser._constructError(JsonParser.java:1433)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.impl.JsonParserMinimalBase._reportError(JsonParserMinimalBase.java:521)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.impl.JsonParserMinimalBase._reportUnexpectedChar(JsonParserMinimalBase.java:442)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.impl.Utf8StreamParser._handleUnexpectedValue(Utf8StreamParser.java:2090)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.impl.Utf8StreamParser._nextTokenNotInObject(Utf8StreamParser.java:606)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.impl.Utf8StreamParser.nextToken(Utf8StreamParser.java:492)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.map.ObjectMapper._initForReading(ObjectMapper.java:2770)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2718)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1909)
~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.apache.eagle.jpm.mr.running.parser.MRJobParser.fetchMRJobs(MRJobParser.java:185)
[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.apache.eagle.jpm.mr.running.parser.MRJobParser.fetchMRRunningInfo(MRJobParser.java:142)
[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
org.apache.eagle.jpm.mr.running.parser.MRJobParser.run(MRJobParser.java:566)
[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
! at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[na:1.8.0_60]
! at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[na:1.8.0_60]
! at java.lang.Thread.run(Thread.java:745) [na:1.8.0_60]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)