Topology to write bacs logs in Hive
Typical scenario:
Receive log from "subscriber.topic" kafka topic defined in topology.properties. Insert element in hive.
mvn package -P deploy
topology.properties:
- Topic names (for subscriber and error).
Upload generated jar-with-dependencies.
storm jar <path-to-jar-with-dependencies> com.orwellg.yggdrasil.bacs.log.hive.topology.BacsLogHiveTopology <zookeeper-hosts> -c nimbus.host=<nimbus-host>;
storm kill yggdrasil-bacs-log-hive