Command Line Installation
Also available as:
PDF
loading table of contents...

Configuring Apache Storm Hook

The goal of integrating Apache Storm with Apache Atlas is to push the operational topology metadata, along with the underlying data source(s), target(s), derivation processes, and any available business context so Atlas can capture the lineage for this topology. Complete the following instructions to integrate Apache Storm with Apache Atlas.

  1. Configure the Atlas hook class as storm.topology.submission.notifier.plugin.class​ in the storm.yaml file (/etc/storm/conf/storm.yaml). For example:

    storm.topology.submission.notifier.plugin.class:"​org.apache.atlas.hooks.StormAtlasHook"

  2. Make sure you installed Atlas hook jars in $<STORM_HOME>/extlib.

    Where <STORM_HOME> is the Storm installation path.

  3. Replace STORM_HOME with the storm installation path.

  4. Restart all daemons after you installed the atlas hook jar.​