Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-25131

Event logs missing applicationAttemptId for SparkListenerApplicationStart

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 2.3.1
    • None
    • Spark Core, YARN
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ajithshetty Ajith S
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: