GitHub user cestella opened a pull request:

    https://github.com/apache/incubator-metron/pull/217

    METRON-381: Add support for multiple reducers in pcap_query.sh

    As a stopgap, the pcap_query.sh MapReduce job uses a single reducer to 
ensure that the packets captured come in the correct order. This has issues on 
large queries because it forces all of the data to go through one reducer. 
Instead, we should have a custom partitioner that will allow us to use multiple 
reducers.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cestella/incubator-metron pcap_multi_reducer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/217.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #217
    
----
commit 75708255120f47ba3ab47d3003e4c42f76cc99e8
Author: cstella <[email protected]>
Date:   2016-08-19T00:14:53Z

    METRON-381: Add support for multiple reducers in pcap_query.sh

----


---
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, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to