[
https://issues.apache.org/jira/browse/SPARK-20293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964184#comment-15964184
]
Apache Spark commented on SPARK-20293:
--------------------------------------
User 'guoxiaolongzte' has created a pull request for this issue:
https://github.com/apache/spark/pull/17608
> 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: [email protected]
For additional commands, e-mail: [email protected]