Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/646
Spring provides a mechanism for running sql scripts for different databases
on startup. This is useful for initializing tables and such. We provide 2
right now: schema-h2.sql and schema-mysql.sql. If you set this property to
"h2" it will run the schema-h2.sql script automatically at startup. Same goes
for mysql. It's possible that someone may want to use a different database and
in that case they would want to set this to a blank string.
---
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.
---