Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1138
I believe I found the solution. There is a method called
`monitorAndPrintJob` on the `org.apache.hadoop.mapreduce.Job` class that blocks
and prints status just as if you had submitted the job synchronously. I
compared the Pcap CLI output in this PR with the output in master and it is
exactly the same as far as I can tell.---
