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

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

Christopher Ng created FLINK-9151:
-------------------------------------

             Summary: 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
            Reporter: Christopher Ng


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)