Github user justinleet commented on the issue: https://github.com/apache/metron/pull/760 Couple notes on the test instructions for anyone trying this out. * Missing the input dir flag on the PUSH instructions, just need -i: `$METRON_HOME/bin/zk_load_configs.sh -z $ZOOKEEPER -m PUSH -c GLOBAL -i $METRON_HOME/config/zookeeper` `$METRON_HOME/bin/zk_load_configs.sh -z $ZOOKEEPER -m PUSH -c PARSER -n bro -i $METRON_HOME/config/zookeeper` * The flag for files isn't `-pf`, it's `-pp` for patch path
---