[
https://issues.apache.org/jira/browse/METRON-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432998#comment-16432998
]
ASF GitHub Bot commented on METRON-1518:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/986
Thanks for the reviews. Just to be sure, I ran up the CentOS dev
environment, validated that alerts are being created, created a profile and
made sure that values were written.
> Build Failure When Using Profile HDP-2.5.0.0
> --------------------------------------------
>
> Key: METRON-1518
> URL: https://issues.apache.org/jira/browse/METRON-1518
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Nick Allen
> Priority: Major
>
> {code}
> /Users/ottofowler/src/apache/forks/metron/metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileBuilderBolt.java:45:
> error: cannot find symbol
> import org.apache.storm.StormTimer;
> ^
> symbol: class StormTimer
> location: package org.apache.storm
> /Users/ottofowler/src/apache/forks/metron/metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileBuilderBolt.java:167:
> error: cannot find symbol
> private StormTimer expiredFlushTimer;
> ^
> symbol: class StormTimer
> location: class ProfileBuilderBolt
> /Users/ottofowler/src/apache/forks/metron/metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileBuilderBolt.java:450:
> error: cannot find symbol
> private StormTimer createTimer(String name) {
> ^
> symbol: class StormTimer
> location: class ProfileBuilderBolt
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)