GitHub user wary opened a pull request:
https://github.com/apache/zeppelin/pull/2652
overwrite get/set username method for LazyOpenInterpreter and RemoteIâ¦
### What is this PR for?
* Remove the username property in class RemoteInterpreter, instead reuse
the username property in class Interpreterï¼ to avoid get null value with
method getUserName in the super class Interpreter
* Overwrite username get/set method in class LazyOpenInterpreter
### What type of PR is it?
[Improvement]
### Todos
* [ ] - Task
### What is the Jira issue?
* [ZEPPELIN-2981]
### Screenshots (if appropriate)
### 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/wary/zeppelin InterpreterUserNameOverwrite
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2652.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 #2652
----
commit 6168f30993af674e398d76417f08c917f218f77c
Author: lei wang <[email protected]>
Date: 2017-11-06T01:54:25Z
overwrite get/set username method for LazyOpenInterpreter and
RemoteInterpreter
----
---