Github user markus-h commented on the pull request:

    https://github.com/apache/flink/pull/598#issuecomment-93987347
  
    There is no specific usecase, but when you try to process big graphs 
locally you often run out of memory with delta iterations.
    But the reason I needed this change is a different one. I am doing research 
on failure recovery methods in graph analysis. Most Pregel like systems just do 
a full checkpointing of all vertices. This was way easier to implement with a 
bulk iteration than with delta iterations in Flink so I decided to just provide 
gelly with this mode.


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

Reply via email to