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

Storage summary table UI glitch when using sparkSQL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.0.2
    • 1.1.1, 1.2.0
    • Web UI
    • Standalone

    Description

      When using sqlContext.cacheTable() a registered table. the name of the RDD becomes a very large string (related to the query that created the sqlRDD). As a result the first columns of the storage tab in SparkUI becomes very long and the other columns become squashed.

      Since the name of the RDD is not human readable, we can simply set ellipsis in the first cell (which will hide the rest of string). Alternatively we can fix the RDD name to a more readable and shorter name.

      Attachments

        Issue Links

          Activity

            People

              falaki Hossein Falaki
              falaki Hossein Falaki
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: