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

[jira] [Created] (SPARK-25131) Event logs missing applicationAttemptId for SparkListenerApplicationStart

Ajith S created SPARK-25131:
-------------------------------

             Summary: Event logs missing applicationAttemptId for SparkListenerApplicationStart
                 Key: SPARK-25131
                 URL: https://issues.apache.org/jira/browse/SPARK-25131
             Project: Spark
          Issue Type: Bug
          Components: YARN
    Affects Versions: 2.3.1
            Reporter: Ajith S


When *master=yarn* and *deploy-mode=client*, event logs do not contain applicationAttemptId for SparkListenerApplicationStart. This is caused at org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend#start where we do bindToYarn(client.submitApplication(), None) which sets appAttemptId to None. We can however, get the appAttemptId after waitForApplication() and set it



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org