Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1134
Good catch @merrimanr
https://github.com/apache/metron/pull/1019/files#diff-72aaf03b3dda189de983e94bc8dfcb64R119
When I was testing queries in some other feature branch PR's, I had to
change hdfs permissions for the Storm and Metron users to be able to function
on both the write and read end of things (Storm writing sequence files, MR jobs
reading sequence files and writing them back out to HDFS or local FS). @MohanDV
and @merrimanr Did this work for you without needing to make any additional
changes? metron:metron did not allow pcap topology to write as the Storm user.
---