Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Conversation

@cestella
Copy link
Member

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.

@dlyle65535
Copy link
Contributor

+1, looks good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants