GitHub user karup1990 opened a pull request: https://github.com/apache/zeppelin/pull/1663
ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph ### What is this PR for? A paragraph execution may result in spark job(s). Adding ability to access the spark job UI(corresponding to the job generated by the paragraph run), directly from the paragraph. ### What type of PR is it? Improvement ### Todos NA ### What is the Jira issue? ZEPPELIN-1692 ### How should this be tested? Run paragraphs with spark code(scala, pyspark, sql, R). The paragraph will display a button on the top right corner, which on click will open up the corresponding job UI ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? NA * Is there breaking changes for older versions? NA * Does this needs documentation? NA You can merge this pull request into a Git repository by running: $ git pull https://github.com/karup1990/incubator-zeppelin ZEPPELIN-1692 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1663.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 #1663 ---- commit 84a342d8f9f575873548910b468da90aa8d5be83 Author: karuppayya <karuppayya1...@gmail.com> Date: 2016-11-20T15:00:40Z Ability to view spark job urls in each paragraph commit c400ba0ee25259910855592cfb13922aed174b10 Author: karuppayya <karuppayya1...@gmail.com> Date: 2016-11-21T14:48:59Z Fix checkstyle ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---