Github user cestella commented on the pull request:
https://github.com/apache/incubator-metron/pull/116#issuecomment-218777995
Ah, ok, so this is failing the integration tests because you're not setting
the topology.workers property. You can either set it
* In
[this](https://github.com/apache/incubator-metron/blob/master/metron-platform/metron-integration-test/src/main/java/org/apache/metron/integration/EnrichmentIntegrationTest.java#L151)
block of code
* In
[this](https://github.com/apache/incubator-metron/blob/master/metron-platform/metron-elasticsearch/src/main/config/elasticsearch.properties)
and
[this](https://github.com/apache/incubator-metron/blob/master/metron-platform/metron-solr/src/main/config/solr.properties)
file
The first will just fix it for the integration test. The second will
provide a default for the deployed properties. That being said, it should be
being set via ansible, so providing a default isn't strictly required.
I don't have a strong opinion either way.
---
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.
---