GitHub user gss2002 opened a pull request:
https://github.com/apache/zeppelin/pull/2855
ZEPPELIN-3309. Import/Clone user not set in Paragraph causes 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
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
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/2855.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 #2855
----
commit b8c35c964b07b9836ca09cbb5bb4a8509b2367cd
Author: gss2002 <greg@...>
Date: 2018-03-08T22:06:06Z
ZEPPELIN-3309. Import/Clone user not set in Paragraph causes NPE.
----
---