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.
Configure the Atlas hook class as
storm.topology.submission.notifier.plugin.class
in thestorm.yaml
file (/etc/storm/conf/storm.yaml
). For example:storm.topology.submission.notifier.plugin.class:"org.apache.atlas.hooks.StormAtlasHook"
Make sure you installed Atlas hook jars in
$<STORM_HOME>/extlib
.Where <STORM_HOME> is the Storm installation path.
Replace STORM_HOME with the storm installation path.
Restart all daemons after you installed the atlas hook jar.