You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by cestella <gi...@git.apache.org> on 2016/08/19 00:16:29 UTC

[GitHub] incubator-metron pull request #217: METRON-381: Add support for multiple red...

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 <ce...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron issue #217: METRON-381: Add support for multiple reducers i...

Posted by dlyle65535 <gi...@git.apache.org>.
Github user dlyle65535 commented on the issue:

    https://github.com/apache/incubator-metron/pull/217
  
    +1, looks good!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron pull request #217: METRON-381: Add support for multiple red...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---