Member since
02-13-2017
6
Posts
0
Kudos Received
0
Solutions
02-20-2017
04:52 PM
@DIVYASREE TAMILMANI (In the context of HDP-2.5 release) As part of storm data model, kafka topic and hbase table are modeled as datasets. What it means is, whenever a storm topology is submitted, StormHook captures and posts all the metadata of spouts, bolts and endpoints including data sets(like kafka_topic and hbase_table) to Atlas. Please note there is no hook/plugin specifically for kafka which would ingest metadata of kafka topics into atlas. For more detailed information, please take a look at the below documentation. http://atlas.incubator.apache.org/StormAtlasHook.html http://atlas.incubator.apache.org/Bridge-Falcon.html
... View more