Alexander Naspo created SPARK-22298:
---------------------------------------

             Summary: SparkUI executor URL encode appID
                 Key: SPARK-22298
                 URL: https://issues.apache.org/jira/browse/SPARK-22298
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 2.2.0, 2.1.0
            Reporter: Alexander Naspo
            Priority: Trivial


Spark Executor Page will return a blank list when the application id contains a 
forward slash. You can see the /allexecutors api failing with a 404. This can 
be fixed trivially by url encoding the appId before making the call to 
`/api/v1/applications/<appId>/allexecutors` in executorspage.js.





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to