You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Juho Autio (JIRA)" <ji...@apache.org> on 2018/05/11 08:30:00 UTC

[jira] [Created] (FLINK-9335) Expose client logs via Flink UI

Juho Autio created FLINK-9335:
---------------------------------

             Summary: Expose client logs via Flink UI
                 Key: FLINK-9335
                 URL: https://issues.apache.org/jira/browse/FLINK-9335
             Project: Flink
          Issue Type: Improvement
            Reporter: Juho Autio


The logs logged by my Flink job jar _before_ *env.execute* can't be found in jobmanager log in Flink UI.

In my case they seem to be going to /+home/hadoop/flink-1.5-SNAPSHOT/log/flink-hadoop-client-ip-10-0-10-29.log,+ for example.

[~fhueske] said:
{quote}It seems like good feature request to include the client logs.{quote}
Implementing this may not be as trivial as just reading another log file though. As [~fhueske] commented:
{quote}I assume that these logs are generated from a different process, i.e., the client process and not the JM or TM process.
Hence, they end up in a different log file and are not covered by the log collection of the UI.
The reason is that *this process might also be run on a machine outside of the cluster. So the client log file might not be accessible from the UI process*. 
{quote}



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