GitHub user jongyoul opened a pull request: https://github.com/apache/spark/pull/21213
[SPARK-24120] ## What changes were proposed in this pull request? Change the case which doesn't have jobId as a parameter so that it will redirect to `Jobs` page. ## How was this patch tested? 1. Build with this PR 1. Access http://<fqcn>:4040/jobs/job without any specific `jobId` parameter 1. Check to be redirected to http://<fqcn>:4040/jobs You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/spark SPARK-24120 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/21213.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 #21213 ---- commit 5e7d4a34cf4103300b4fd083ff709866edc8c2d4 Author: Jongyoul Lee <jongyoul@...> Date: 2018-05-02T08:38:48Z Change the case which doesn't have jobId as a parameter so that it will redirect to Jobs page ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org