GitHub user garrettlish opened a pull request:
https://github.com/apache/incubator-eagle/pull/687
EAGLE-794: enable publish bolt parallelism
Currently the publish is using shuffle grouping, we cannot enable
parallelism for publish since we may have local cache which is unavailable
across the storm cluster. We are going to use field group function to partition
streams for publish bolt parallelism.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/garrettlish/incubator-eagle eagle794
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/687.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 #687
----
commit 505a32ae576689e9012a80346c6f005c3082de42
Author: Xiancheng Li <[email protected]>
Date: 2016-11-25T01:47:41Z
EAGLE-794: enable publish bolt parallelism
----
---
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.
---