GitHub user guoxiaolongzte opened a pull request:

    https://github.com/apache/spark/pull/17608

    [SPARK-20293][WEB UI][History]In the page of 'jobs' or 'stages' of history 
server web ui,,click the 'Go' button, query paging data, the page error

    ## What changes were proposed in this pull request?
    
    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 of 
'https://issues.apache.org/jira/browse/SPARK-20293'.
    
    ## How was this patch tested?
    
    manual tests
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/guoxiaolongzte/spark SPARK-20293

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17608.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17608
    
----
commit d383efba12c66addb17006dea107bb0421d50bc3
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-03-31T13:57:09Z

    [SPARK-20177]Document about compression way has some little detail changes.

commit 3059013e9d2aec76def14eb314b6761bea0e7ca0
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-01T01:38:02Z

    [SPARK-20177] event log add a space

commit 555cef88fe09134ac98fd0ad056121c7df2539aa
Author: guoxiaolongzte <[email protected]>
Date:   2017-04-02T00:16:08Z

    '/applications/[app-id]/jobs' in rest api,status should be 
[running|succeeded|failed|unknown]

commit 46bb1ad3ddd9fb55b5607ac4f20213a90186cfe9
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-05T03:16:50Z

    Merge branch 'master' of https://github.com/apache/spark into SPARK-20177

commit 0efb0dd9e404229cce638fe3fb0c966276784df7
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-05T03:47:53Z

    [SPARK-20218]'/applications/[app-id]/stages' in REST API,add description.

commit 0e37fdeee28e31fc97436dabd001d3c85c5a7794
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-05T05:22:54Z

    [SPARK-20218] '/applications/[app-id]/stages/[stage-id]' in REST API,remove 
redundant description.

commit 52641bb01e55b48bd9e8579fea217439d14c7dc7
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-07T06:24:58Z

    Merge branch 'SPARK-20218'

commit d3977c9cab0722d279e3fae7aacbd4eb944c22f6
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-08T07:13:02Z

    Merge branch 'master' of https://github.com/apache/spark

commit 137b90e5a85cde7e9b904b3e5ea0bb52518c4716
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-10T05:13:40Z

    Merge branch 'master' of https://github.com/apache/spark

commit 0fe5865b8022aeacdb2d194699b990d8467f7a0a
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-10T10:25:22Z

    Merge branch 'SPARK-20190' of https://github.com/guoxiaolongzte/spark

commit cf6f42ac84466960f2232c025b8faeb5d7378fe1
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-10T10:26:27Z

    Merge branch 'master' of https://github.com/apache/spark

commit 9c1d634b9efe7cdd85e80d742e269aa69fd9994d
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-11T06:38:01Z

    Merge branch 'master' of https://github.com/apache/spark

commit 6c62262bebe5fc8d5473b7fcc2fdb2656e4f8cc0
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-11T10:46:58Z

    Merge branch 'master' of https://github.com/apache/spark

commit 1b22cfb8e13918d52a498e8d46b3a0c5c236d121
Author: 郭小龙 10207633 <[email protected]>
Date:   2017-04-11T11:03:01Z

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to