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

Pushing the Configuration Changes to ZooKeeper

The final step in the installation is to push the configuration changes to ZooKeeper.

Complete the following steps to push the configuration changes to ZooKeeper:

  1. Change to the $METRON_HOME/bin directory.

    cd $METRON_HOME/bin
  2. Because you set the ZooKeeper variable in an earlier step, you can simply run the following command:

    ./zk_load_configs.sh -i ../config/zookeeper -m PUSH -z ${zookeeper}
  3. To verify that your push was successful, run the following command:

    ./zk_load_configs.sh -i ../config/zookeeper -m DUMP -z ${zookeeper}