METRON-1815: Separate metron-parsers into metron-parsers-common and metron-parsers-storm#1249
METRON-1815: Separate metron-parsers into metron-parsers-common and metron-parsers-storm#1249justinleet wants to merge 48 commits intoapache:masterfrom
Conversation
# Conflicts: # metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java # metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/bolt/ParserBoltTest.java
# Conflicts: # metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/bolt/ParserBolt.java # metron-platform/metron-parsers/src/test/java/org/apache/metron/parsers/bolt/ParserBoltTest.java
|
Can we talk about the directory structure and packaging? Might be worth thinking about. we can have metron-injest-FOO later |
|
@ottobackwards I'm not sure what you mean by ingest here? In my head "ingest" is just getting data into Kafka before the parsers (and really Metron as a whole) is involved. Could you expand a bit on what you would want each of those projects to actually contain? I'm not opposed to organizing things a bit differently, to avoid exploding things out too much if we add other platforms (especially since it's really not hard to adjust this PR as needed), but I would have expected something more like |
|
wait, you don't have a plan??? lol. nm. just wondering. I have some old things around this, maybe I'll follow on. |
|
Sorry to beat a dead horse, but I was giving this a once over and saw I'd prefer this because it matches what we already have in the Profiler; We've already decided that the words |
|
@justinleet @nickwallen - Doesn't matter to me either way. But again, regardless of what you do, please just add/create an appropriate description to each pom |
|
@ottobackwards Do you have a preference on this? I really don't care at all. |
|
Let's go with what @nickwallen said |
|
kick travis |
|
can we de-conflict and get this going in? |
|
@ottobackwards Deconflicted and should be good for review. |
|
+1, pending travis. Great job |
|
Looks like Travis died during the caching phase, post integration-test. I might need to dig in a bit more to figure out exactly what's going on here. Relevant output
|
|
kick travis |
|
@ottobackwards Kicking Travis seemed to solve the problem. I'm a bit concerned about how long the caching took, but I don't see any reason this PR would cause that effect. Are you good with this going in based on this last run? @mmiklavc Is there anything else you want to see from this? |
|
@justinleet I'm +1 as well. Thanks for tackling this! |
|
https://issues.apache.org/jira/browse/METRON-1942 created for the build failure itself |
|
+1 all set |
|
When I merged this PR into master we had another unrelated build failure from Cypress. Providing the link here in comments for context if this comes up again. |
…etron-parsers-storm (justinleet via mmiklavc) closes apache#1249
Contributor Comments
Separating metron-parsers into metron-parsers-common and metron-parsers-storm in order to decouple the parsers from Storm. This builds on the work from METRON-1681, done here: #1213. It looks like a ton of changes, but most of it is pretty minor naming adjustments, moving whole files, etc.
Full dev should spin up and run exactly as it does prior to this PR, which is also how to test this.
At this point, no org.apache.storm dependency should remain in metron-parsers-common (as that now lives in metron-parsers-storm). This means that we are typically going to be running, for now, off of metron-parsers-storm jars.
Nothing changes in Ambari, because there's no actual second platform we're running on. In the future, I'd say we need to make some sort of configuration around this, but I'm fine with that being follow-on whenever we choose to build off of something other than Storm.
This also adjusts some of the integration tests, so that it's easier to extend to a new platform once we add something beyond Storm. The current solution would involve a class for every parser for every platform, which seems awful. The new solution uses a parameterized test, and simply one extended class that's platform specific. Let me know thoughts on this and if we want to refactor this differently.
The commit history is a little wonky, since this started based on his PR before it made it into master and there was a variety of merging happening there. The commits from @merrimanr are from that branch, not coauthored here. I'm a bit surprised git didn't handle it properly, but it won't matter once squashed.
Pull Request Checklist
Thank you for submitting a contribution to Apache Metron.
Please refer to our Development Guidelines for the complete guide to follow for contributions.
Please refer also to our Build Verification Guidelines for complete smoke testing guides.
In order to streamline the review of the contribution we ask you follow these guidelines and ask you to double check the following:
For all changes:
For code changes:
Have you included steps to reproduce the behavior or problem that is being changed or addressed?
Have you included steps or a guide to how the change may be verified and tested manually?
Have you ensured that the full suite of tests and checks have been executed in the root metron folder via:
Have you written or updated unit tests and or integration tests to verify your changes?
If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
Have you verified the basic functionality of the build by building and running locally with Vagrant full-dev environment or the equivalent?
For documentation related changes:
Have you ensured that format looks appropriate for the output in which it is rendered by building and verifying the site-book? If not then run the following commands and the verify changes via
site-book/target/site/index.html:Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.
It is also recommended that travis-ci is set up for your personal repository such that your branches are built there before submitting a pull request.