GitHub user karuppayya 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
* [x] Write tests
### 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/karuppayya/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 aade69a7cd664b9f569c4585786d37bfb8a4e1d0
Author: karuppayya <[email protected]>
Date: 2016-11-20T15:00:40Z
Ability to view spark job urls in each paragraph
commit c21467d4d128918c15b1bb9f60a37681e50d44df
Author: karuppayya <[email protected]>
Date: 2016-11-21T14:48:59Z
Fix checkstyle
commit aa5a24ea77dfaf7a350f90c92b15a1abc0da3462
Author: karuppayya <[email protected]>
Date: 2016-11-21T15:44:12Z
Fix NPE and some refactoring
commit 19e3d70c0a882b272558a67fefddf3aa33cb5970
Author: karuppayya <[email protected]>
Date: 2016-11-22T05:12:37Z
Fix NPE in tests
Signed-off-by: karuppayya <[email protected]>
commit 83885b0a49059885f857fe6005d68e9581fb2a3c
Author: Karup <[email protected]>
Date: 2016-11-26T03:02:47Z
Address review comments
Signed-off-by: Karup <[email protected]>
commit aaed3449f6e28803e6ff701a27b768686662e2b3
Author: Karup <[email protected]>
Date: 2016-11-26T03:38:21Z
Clear job urls when we clear output
Signed-off-by: Karup <[email protected]>
commit 42fc7fb13267dd259b41b995448dcc45a1b1b502
Author: Karup <[email protected]>
Date: 2016-11-27T09:00:35Z
Add tests , refactor
Signed-off-by: Karup <[email protected]>
commit 4b9548cf4b743403fafb919892be7e60d37f3e6c
Author: Karup <[email protected]>
Date: 2016-11-27T10:57:00Z
Fix test
Signed-off-by: Karup <[email protected]>
commit 2c9d2b9c8f22ff5a5250ff108e17b0f6625120ba
Author: karuppayya <[email protected]>
Date: 2016-12-01T16:04:00Z
Address review feedbacks
Signed-off-by: karuppayya <[email protected]>
commit 2077c40e8f5c99c805d61306643bf60e8e3337a3
Author: karuppayya <[email protected]>
Date: 2016-12-02T04:06:23Z
Fix test
Signed-off-by: karuppayya <[email protected]>
commit 26a2e6e418d36ad1c6a1d4365aaf30bc778c82fa
Author: karuppayya <[email protected]>
Date: 2016-12-08T14:55:19Z
Fix incorrect variable used
Signed-off-by: karuppayya <[email protected]>
commit f69f8c4d66d55e58eaa2d5524fd8827a73610673
Author: Karup <[email protected]>
Date: 2016-12-18T04:00:37Z
Address review comments
Signed-off-by: Karup <[email protected]>
commit a433b15374d1b0d5436717fbe1259c2cf0cf6b7b
Author: Karup <[email protected]>
Date: 2016-12-18T04:33:50Z
Fix compilation
Signed-off-by: Karup <[email protected]>
commit 1ecce92c748c1b40c59872576d62b2ee204bf7fa
Author: Karup <[email protected]>
Date: 2017-01-01T16:45:54Z
Send para runtimeinfos via websocker, but dont persist in json
commit 6649a7073c7ee557f0a57dc05e42503d97a7f1ef
Author: Karup <[email protected]>
Date: 2017-01-01T17:24:57Z
Fix incorrect rebase
commit c02907ffa7909a64407c4fc176feb7a555a1244f
Author: Karup <[email protected]>
Date: 2017-01-01T18:03:53Z
Adding license header
commit d76a47ab82cdb3935555676e332d4fbe414d9cfa
Author: Karup <[email protected]>
Date: 2017-01-27T15:33:36Z
Fix tooltip
commit 98136bff25fd000a576cc2e8568869dc90f48b4b
Author: Karup <[email protected]>
Date: 2017-01-29T09:27:51Z
Fix test - tryout
commit aef095a0c0f82a13d0482584c57d85881a91dc53
Author: karuppayya <[email protected]>
Date: 2017-01-30T16:44:00Z
Fix test
----
---
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.
---