[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-20 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 Thanks @merrimanr! Good observation on the start/end date. Part of the problem is that we don't know how large the file time ranges are or when they will roll over, so we might still miss some if we

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-20 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/593 +1 worked as advertised. I tested this in full dev using a topic with an '_' character in the name. A query within the time range returned results and a query outside of the time range returned a

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-19 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 Kick to the Travis --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, o

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-19 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 Here are some instructions for getting pycapa setup ``` Installing pycapa env vars PYCAPA_HOME=/opt/pycapa PYTHON27_HOME =/opt/rh/python27/root

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-18 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 Added fix for the actual empty result set problem ``` INFO mr.PcapJob: No files to process with specified date range. No results returned. ``` --- If your project is set up for it, y

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-17 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/593 @mmiklavc Not everything gets handled by the auto-formatter,. Still do due diligence, because there may be some issue but some things will still get flagged by checkstyle without getting fixed by

[GitHub] metron issue #593: METRON-958: PCAP Query job throws exception when no files...

2017-05-17 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/593 I also attempted to start using the Google codestyle format in IntelliJ for this PR. It seems a couple things don't match up neatly with the checkstyle plugin using Google's style guide, but I haven