[
https://issues.apache.org/jira/browse/EAGLE-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15631996#comment-15631996
]
ASF GitHub Bot commented on EAGLE-728:
--------------------------------------
GitHub user chitin opened a pull request:
https://github.com/apache/incubator-eagle/pull/602
EAGLE-728 Application can't load application.properties when running local
mode
EAGLE-728 Application can't load application.properties when running local
mode
- Add property in server config file
https://issues.apache.org/jira/browse/EAGLE-728
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chitin/incubator-eagle EAGLE-728
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/602.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 #602
----
commit 4cf03775e12329207682d4030fb45be6be64c8ca
Author: chitin <[email protected]>
Date: 2016-11-03T08:02:02Z
EAGLE-728 Application can't load application.properties when running local
mode
- Add property in server config file
https://issues.apache.org/jira/browse/EAGLE-728
----
> Application can't load application.properties when running local mode
> ---------------------------------------------------------------------
>
> Key: EAGLE-728
> URL: https://issues.apache.org/jira/browse/EAGLE-728
> Project: Eagle
> Issue Type: Bug
> Reporter: Lingang Deng
> Assignee: Lingang Deng
>
> When running local mode, jpm app can't get property
> "job.name.normalization.rules.key", then get exception
> {code}
> ERROR [2016-11-02 15:18:04,382]
> org.apache.eagle.jpm.mr.history.crawler.AbstractJobHistoryDAO: fail reading
> job history file
> ! java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.eagle.jpm.util.JobNameNormalization
> ! at
> org.apache.eagle.jpm.mr.history.parser.JHFEventReaderBase.handleJob(JHFEventReaderBase.java:199)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.parser.JHFMRVer2EventReader.handleJobSubmitted(JHFMRVer2EventReader.java:187)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.parser.JHFMRVer2EventReader.handleEvent(JHFMRVer2EventReader.java:53)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.parser.JHFMRVer2Parser.parse(JHFMRVer2Parser.java:61)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.crawler.DefaultJHFInputStreamCallback.onInputStream(DefaultJHFInputStreamCallback.java:58)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.crawler.AbstractJobHistoryDAO.readFileContent(AbstractJobHistoryDAO.java:123)
> ~[eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.crawler.JHFCrawlerDriverImpl.crawl(JHFCrawlerDriverImpl.java:166)
> [eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> org.apache.eagle.jpm.mr.history.storm.JobHistorySpout.nextTuple(JobHistorySpout.java:160)
> [eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! at
> backtype.storm.daemon.executor$fn__3373$fn__3388$fn__3417.invoke(executor.clj:565)
> [storm-core-0.9.3.jar:0.9.3]
> ! at backtype.storm.util$async_loop$fn__464.invoke(util.clj:463)
> [storm-core-0.9.3.jar:0.9.3]
> ! at clojure.lang.AFn.run(AFn.java:24)
> [eagle-topology-0.5.0-incubating-SNAPSHOT-assembly.jar:na]
> ! 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)