You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Moses (Jira)" <ji...@apache.org> on 2021/12/23 12:56:00 UTC

[jira] [Created] (FLINK-25435) Can not read jobmanager/taskmanager.log in yarn-per-job mode.

Moses created FLINK-25435:
-----------------------------

             Summary: Can not read jobmanager/taskmanager.log in yarn-per-job mode.
                 Key: FLINK-25435
                 URL: https://issues.apache.org/jira/browse/FLINK-25435
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Client
            Reporter: Moses


I'm using SQL Client to submit a job, and using `SET` statement to specify deploy mode.
{code:sql}
SET execution.target=yarn-per-job;
...
{code}
But I can not found log files both on master and taskmanagers.

I found that `GenericCLI` and  `FlinkYarnSessionCli` will set `$internal.deployment.config-dir={configurationDirectory}` in their execution configuration.

Should we set this configuration in `DefaultCLI` as well?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)