GitHub user gss2002 reopened a pull request:
https://github.com/apache/zeppelin/pull/2851
ZEPPELIN-3309. Import/Clone doesn't set user in Paragraph causing NPE
What is this PR for?
During Import/Clone Paragraph set "user" to eliminate NPEs thrown in Helium
and other functions leaving unusable notebooks.
What type of PR is it?
[Bug Fix]
Todos
- Task
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3309
How should this be tested?
Manually tested using Import/Clone of Notebooks and attempt to adjust bound
interpreters and tested using new unit test to clone notebooks to verify
username is added during clone.
Screenshots (if appropriate)
Questions:
Does the licenses files need update? No
Is there breaking changes for older versions? No
Does this needs documentation? No
Author: Greg Senia [email protected]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gss2002/zeppelin ZEPPELIN-3309
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2851.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 #2851
----
commit 091130073ee545a4f637d53708ee1f7165bddebc
Author: gss2002 <greg@...>
Date: 2018-03-08T22:06:06Z
ZEPPELIN-3309. Import/Clone doesn't set user in Paragraph causing NPE
----
---