Create the HBase tables by entering the following command from the Metron install host:
for i in {pcap,access_tracker,threatintel,enrichment} ; do echo "create '${i}','t'" | hbase shell -n; done