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

Creating HBase Tables

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