Jeff Zhang created SPARK-10531:
----------------------------------

             Summary: AppId is set as AppName in status rest api
                 Key: SPARK-10531
                 URL: https://issues.apache.org/jira/browse/SPARK-10531
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Jeff Zhang
            Priority: Minor


This is the result from http://localhost:4040/api/v1/applications/
{noformat}
{
   id: "Spark shell",
   name: "Spark shell",
   attempts: [
   {
       startTime: "2015-09-10T06:38:21.528GMT",
       endTime: "1969-12-31T23:59:59.999GMT",
       sparkUser: "",
       completed: false
   }]
}
{noformat}

And I have to use the appName in the rest url, such as 
{code}
http://localhost:4040/api/v1/applications/Spark%20shell/jobs
{code}

* This issue only appears on Spark Job UI. For master UI and history UI, appId 
is correctly populated. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to