Maxmind Geo/ASN enrichment doesn't go through HBase. Those files are pulled
down and stored in memory (They're essentially queryable DBs for the data)
during the lifetime of the Storm topology itself.

If data isn't being enriched with Geo data (and as a sanity check, make
sure you're properly configuring the topology to use it), I'd check that
the global config for the geo location matches where the files are and the
Storm topology to see if there any errors. Off the top of my head, I
believe it would probably be something to the effect of "Unable to read
MaxMind DB".

Justin

On Sat, Apr 27, 2019 at 8:58 PM David Auclair <d.aucl...@utoronto.ca> wrote:

> Hey,
>
>
>
> Currently running Metron 0.7.1 (via HCP 1.9.1), and I’m unable to load the
> default geoip enrichments.
>
>
>
> I’m running the following command:
>
> /usr/hcp/current/metron/bin/maxmind_enrichment_load.sh –z zookeeper:2181
>
>
>
> And it looks like it’s successfully writing the ASN and geolite feeds to
> HDFS.
>
>
>
> But that’s it.  It doesn’t appear to be written to HBase (there’s not even
> a table created for enrichments).
>
>
>
> Did I miss a step?
>
>
>
> Thanks in advance!
>
>
>
> -Dave
>

Reply via email to