Github user MohanDV commented on the issue:
https://github.com/apache/metron/pull/1205
Deployed a full dev , I executed set of instructions as in Docs
`vagrant up
vagrant --ansible-tags="pcap" provision`
#Stopped the Parser, Enrichment, Indexing, and Profiler topologies to
free-up resources.
`vagrant ssh
sudo su -
source /etc/default/metron
yum -y install wireshark`
I see that the pcap-replay and pycapa services not deployed ..
`[root@node1 ~]# service pcap-replay start`
`pcap-replay: unrecognized service`
`[root@node1 ~]# service pycapa start`
`pycapa: unrecognized service`
---