Github user nltran commented on the pull request:

    https://github.com/apache/flink/pull/967#issuecomment-127220430
  
    >The code includes Apache Ignite as a parameter server. Is it possible to 
make this independent of Ignite? I know that SSP is usually used in parameter 
server ML settings, but I would like to not tie Ignite (another big dependency) 
into the Flink codebase.
    
    I propose the following then:
    1. Move the code related to the parameter server (model + Ignite 
implementation) currently in flink-core to a separate module.
    2. Remove the parameter server startup code from the taskmanager.
    
    This then implies that in order to use SSP and the parameter server the 
following needs to be done in the user job code:
    1. Include the parameter server module as dependency to the project.
    2. Start and stop the parameter server before and after each job.
    
    How does that look for you?


---
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