GitHub user mebelousov opened a pull request:
https://github.com/apache/zeppelin/pull/3147
[ZEPPELIN-3726] Fix NPE for resourceList function "getAllResourcesExcept".
### What is this PR for?
Trivial fix for exclude NPE in
org.apache.zeppelin.interpreter.InterpreterSettingManager#getAllResourcesExcept
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[[ZEPPELIN-3726]](https://issues.apache.org/jira/browse/ZEPPELIN-3726)
### 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/TinkoffCreditSystems/zeppelin DW-17923
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3147.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 #3147
----
commit 60a6d040a108ac1dad2b1142d931d9408ddccf26
Author: Maxim Belousov <mebelousov@...>
Date: 2018-08-15T16:20:48Z
Fix possible NPE for resourceList function "getAllResourcesExcept".
commit fa1b799c8733352395daba2d6afdee377fd05983
Author: Maxim Belousov <mebelousov@...>
Date: 2018-08-16T08:28:00Z
Merge branch 'master' of https://github.com/apache/zeppelin
----
---