You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by billliuatuber <gi...@git.apache.org> on 2017/02/24 21:11:02 UTC

[GitHub] flink pull request #3413: [FLINK-5668] Reduce dependency on HDFS at job star...

GitHub user billliuatuber opened a pull request:

    https://github.com/apache/flink/pull/3413

    [FLINK-5668] Reduce dependency on HDFS at job startup time

    In current implementation, Job manager writes task manager configuration into a file and upload it to HDFS. This file's used to bootstrap taskmanager.
    
    In this PR, it switches to use system environment instead of HDFS file to pass the configuration from job manager to task manager, which reduce the dependency on HDFS. 
      

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/billliuatuber/flink FLINK-5668

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3413.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 #3413
    
----
commit 547b333203db8e01737a690e06ad5f5663d7faca
Author: Bill Liu <bi...@uber.com>
Date:   2017-02-21T03:27:46Z

    [FLINK-5668] reduce hdfs dependency at startup time

----


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

[GitHub] flink issue #3413: [FLINK-5668] Reduce dependency on HDFS at job startup tim...

Posted by rmetzger <gi...@git.apache.org>.
Github user rmetzger commented on the issue:

    https://github.com/apache/flink/pull/3413
  
    I would like to discuss the implementation approach in the [JIRA](https://issues.apache.org/jira/browse/FLINK-5668) before reviewing this pull request.


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