Github user cestella commented on the issue:
https://github.com/apache/incubator-metron/pull/318
A couple of points of context around what changed here:
* Kafka shifted some of their integration testing infrastructure, so the in
memory component for Kafka that we use for integration testing had to change
* Ansible blueprint was changed to use the HDP 2.5 stack
* There was a bug around the PCap backend where our use of `MultiScheme`
was assuming that the `ByteBuffer`s passed are filled with our data as opposed
to wrapping an existing larger buffer.
* HBase dependencies brought in various Hadoop 2.5.1 dependencies. This
was a long-standing issue, but when the classpath shuffled around, it bit us
all.
* Apache Curator 2.10.0 is now a dependency of the storm-kafka component.
The service discovery piece of this version seems to have a bug that prevents
it from working with Model as a Service. We are maintaining the dependency on
2.7.1 for the time being, but should look further into it in a follow-on JIRA.
One thing to note, is that when this PR is merged, we will need to
regenerate the image used in vagrant for `quick-dev`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---