Github user andralungu commented on the pull request:
https://github.com/apache/flink/pull/635#issuecomment-99157184
Hi @vasia,
The alternatives to having a single config class for all types of
iterations are:
- having two separate classes in spargel and in gsa = massive duplication
of code
- having an InterationConfiguration abstract class that
VertexCentricIterationConfiguration and GatherSumApplyIterationConfiguration
will inherit.
I would personally go for the second approach! What do you think?
---
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.
---