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

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

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

Juho Autio updated FLINK-9335:
------------------------------
    Description: 
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 was discussed on the user mailing list:

http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Application-logs-missing-from-jobmanager-log-tp19830p19882.html

  was:
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}


> 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
>            Priority: Major
>
> 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 was discussed on the user mailing list:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Application-logs-missing-from-jobmanager-log-tp19830p19882.html



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