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

Reply via email to