Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1081
Heads up, hadoop config class is where you set queue name iirc. We already
pass that in as an arg. This would simply need to be provided via the calling
job manager class. `config.setProperty("mapreduce.job.queuename", "somequeue");`---
