Skip to content
inders edited this page Jan 31, 2012 · 1 revision
  • Configure databus.xml as per your requirement
  • Open databus.cfg and provide all the necessary configuration
    CLUSTERS_TO_PROCESS=[name of cluster/d.c.]
    DATABUS_CFG=[path to databus.xml]
    ZK_CONNECT_STRING=[comma separated list of host:port running Zookeeper(min 3) eg: host1.zk.com:2181, host2.zk.com:2181, host3.zk.com:2181]
    LOG4J_PROPERTIES=[log4j.properties path]
  • . ./databus.sh start databus.cfg [For starting databus]
  • . ./databus.sh stop databus.cfg [For stopping databus]

Clone this wiki locally