GitHub user karup1990 reopened 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 3dff42dd3a6d3a48cae0b112e851a018686d567f
Author: karuppayya <[email protected]>
Date: 2016-11-20T15:00:40Z
Ability to view spark job urls in each paragraph
commit 6252952fd0a62ac10445c892b246b837a75bc390
Author: karuppayya <[email protected]>
Date: 2016-11-21T14:48:59Z
Fix checkstyle
commit fde024873017d1a0e1b4561147868b5c45250801
Author: karuppayya <[email protected]>
Date: 2016-11-21T15:44:12Z
Fix NPE and some refactoring
commit ad509557d6253d7092e736cfd9189e14e654018d
Author: karuppayya <[email protected]>
Date: 2016-11-22T05:12:37Z
Fix NPE in tests
Signed-off-by: karuppayya <[email protected]>
commit 1778fd6edca8d5899715f58efc32a9d1df35b24b
Author: Karup <[email protected]>
Date: 2016-11-26T03:02:47Z
Address review comments
Signed-off-by: Karup <[email protected]>
commit 4fcc24e5264726a28599ebde0979e3744a5c50f2
Author: Karup <[email protected]>
Date: 2016-11-26T03:38:21Z
Clear job urls when we clear output
Signed-off-by: Karup <[email protected]>
----
---
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.
---