GitHub user gss2002 opened a pull request: https://github.com/apache/zeppelin/pull/2849
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 ### 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 <gse...@apache.org> 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/2849.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 #2849 ---- commit e4f01773e1f848d45d3706ad81a1f9801d256802 Author: gss2002 <greg@...> Date: 2018-03-08T01:39:19Z ZEPPELIN-3309. Import/Clone doesn't set user in Paragraph causing NPE ---- ---