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

Spark UI throws NPE on trying to load the app page for non-existent app

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.0
    • 1.4.0
    • Web UI
    • None

    Description

      If you try to load the Spark UI for an application that doesn't exist:

      sparkHost:8080/app/?appId=foobar

      The UI throws a NPE. The problem is in ApplicationPage.scala – Spark proceeds even if the "app" variable is null. We should handle this more gracefully.

      Attachments

        Activity

          People

            srowen Sean R. Owen
            kayousterhout Kay Ousterhout
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: