https://github.com/apache/metron/pull/986
Sorry that it took so long. My attempt to backport the class caused all sorts of weird issues. Then I realized this solution is way simpler. On Tue, Apr 10, 2018 at 11:50 AM, Otto Fowler <ottobackwa...@gmail.com> wrote: > OK, thanks Nick. Tag me in the PR and I’ll review asap. > > So, now I need your pr to build my pr which I need to fix ansible 2.5.0 > support so I can test simon’s pr. > my poor laptop fans! > > > > On April 10, 2018 at 11:44:21, Nick Allen (n...@nickallen.org) wrote: > > Yeah, it doesn't build against Storm 1.0.1. It does work if you skip that > profile; -PHDP-2.5.0.0. I am working on a fix. > > On Tue, Apr 10, 2018 at 11:38 AM, Otto Fowler <ottobackwa...@gmail.com> > wrote: > > > I’ve create a new branch today, off of current master ( I did fetch > apache > > and branched off of apache/master ). > > I can’t complete the build portion of vagrant up, even through I have > built > > from the command line fine. > > > > After some poking about, I decided to build using the same command as > > vagrant up/ansible : mvn clean package -DskipTests -T 2C -P > > HDP-2.5.0.0,mpack > > and now I can reproduce the failure where I could not with mvn clean > > install -DskipTests. > > > > > > https://gist.github.com/ottobackwards/ce453c0f1217ea51c477b5f17eabd206 > > > > /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 > > > > Anyone have any ideas? > > > >