Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1249
I believe that all the hardcoded paths currently in there are hardcoded
paths that were already there. Currently this PR is limited to rearranging
things + the required changes to reflect that.
Should we be doing that additional refactoring as part of this effort? I'm
not necessarily opposed to taking the opportunity to refactor while it's
already being touched, but it feels like that's conflating what should be two
separate tickets (rearranging the packages and refactoring to remove hardcoded
paths from tests).
---