[jira] [Assigned] (SPARK-20293) In the page of 'jobs' or 'stages' of history server web ui,,click the 'Go' button, query paging data, the page error

2017-04-11 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-20293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-20293:


Assignee: (was: Apache Spark)

> In the page of 'jobs' or 'stages' of history server web ui,,click the 'Go' 
> button,  query paging data, the page error
> -
>
> Key: SPARK-20293
> URL: https://issues.apache.org/jira/browse/SPARK-20293
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.1.0
>Reporter: guoxiaolongzte
> Attachments: error1.png, error2.png, jobs.png, stages.png
>
>
> In the page of 'jobs' or 'stages' of history server web ui,
> Click on the 'Go' button, query paging data, the page error, function can not 
> be used.
> The reasons are as follows:
> '#' Was escaped by the browser as% 23.
> & CompletedStage.desc = true% 23completed, the parameter value desc becomes = 
> true% 23, causing the page to report an error. The error is as follows:
> HTTP ERROR 400
> Problem Access / history / app-20170411132432-0004 / stages /. Reason:
>  For input string: "true # completed"
> Powered by Jetty: //
> The amendments are as follows:
> The URL of the accessed URL is escaped to ensure that the URL is not escaped 
> by the browser.
> please see attachment.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Assigned] (SPARK-20293) In the page of 'jobs' or 'stages' of history server web ui,,click the 'Go' button, query paging data, the page error

2017-04-11 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-20293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-20293:


Assignee: Apache Spark

> In the page of 'jobs' or 'stages' of history server web ui,,click the 'Go' 
> button,  query paging data, the page error
> -
>
> Key: SPARK-20293
> URL: https://issues.apache.org/jira/browse/SPARK-20293
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.1.0
>Reporter: guoxiaolongzte
>Assignee: Apache Spark
> Attachments: error1.png, error2.png, jobs.png, stages.png
>
>
> In the page of 'jobs' or 'stages' of history server web ui,
> Click on the 'Go' button, query paging data, the page error, function can not 
> be used.
> The reasons are as follows:
> '#' Was escaped by the browser as% 23.
> & CompletedStage.desc = true% 23completed, the parameter value desc becomes = 
> true% 23, causing the page to report an error. The error is as follows:
> HTTP ERROR 400
> Problem Access / history / app-20170411132432-0004 / stages /. Reason:
>  For input string: "true # completed"
> Powered by Jetty: //
> The amendments are as follows:
> The URL of the accessed URL is escaped to ensure that the URL is not escaped 
> by the browser.
> please see attachment.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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