Justin Leet created METRON-733:
----------------------------------
Summary: Remove Geo database from ParserBolt
Key: METRON-733
URL: https://issues.apache.org/jira/browse/METRON-733
Project: Metron
Issue Type: Bug
Reporter: Justin Leet
Assignee: Justin Leet
The ParserBolt inits the Geo DB in its prepare() method. Parsers, unlike
enrichments, do not use geo as a base capability. They should be able to run
without the DB file existing in HDFS. This init causes issues if the file is
missing, even if GEO_GET is unused in the parser definition.
This change should preserve the ability of Parsers to employ Stellar's GEO_GET.
The Stellar function already handles that init, so it shouldn't be an issue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)