You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vinoyang (JIRA)" <ji...@apache.org> on 2018/04/10 01:37:00 UTC

[jira] [Assigned] (FLINK-9151) standalone cluster scripts should pass FLINK_CONF_DIR to job manager and task managers

     [ https://issues.apache.org/jira/browse/FLINK-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vinoyang reassigned FLINK-9151:
-------------------------------

    Assignee: vinoyang

> standalone cluster scripts should pass FLINK_CONF_DIR to job manager and task managers
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-9151
>                 URL: https://issues.apache.org/jira/browse/FLINK-9151
>             Project: Flink
>          Issue Type: Improvement
>    Affects Versions: 1.4.1
>            Reporter: Christopher Ng
>            Assignee: vinoyang
>            Priority: Minor
>
> At the moment FLINK_CONF_DIR is not passed to the job manager and task manager when they are started over SSH.  This means that if the user has a locally set FLINK_CONF_DIR that is not configured by their login shell, it is not used by the launched job manager and task manager which can result in silently failing to launch if there are errors due to Flink not using the correct config dir.
> One particular inconsistency is that a TaskManagers may be launched locally (without ssh) on localhost, but JobManagers are always launched over ssh.  In my particular case this meant that the TaskManager launched but the JobManager silently failed to launch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)