GitHub user woowahan-jaehoon opened a pull request:
https://github.com/apache/zeppelin/pull/3006
Modify jobGroupId for checking user
### What is this PR for?
Need to check user in jobGroupId
because when some paragraph is running,
who run paragraph cannot be found in spark application web UI.
I replace `zeppelin-` to userId.
I think that 'zeppelin-' is needless because it is already known in spark
application.
### What type of PR is it?
[Improvement]
### Todos
* [x] - Modify Code
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3529
### How should this be tested?
* Check jobGroupId in Spark Application Web UI of Zeppelin Spark Interpreter
### Questions:
* Does the licenses files need update?
* No
* Is there breaking changes for older versions?
* No
* Does this needs documentation?
* No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/woowabros/zeppelin ZEPPELIN-3529
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3006.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 #3006
----
commit c467599e93001e7aab77bb6f93f71ec477f22b49
Author: Jaehoon Jeong <jaehoon.jeong@...>
Date: 2018-06-05T12:02:16Z
[ZEPPELIN-3529] Modify jobGroupId for checking user
----
---