This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.9 by this push: new faaa5a6 [ZEPPELIN-4778]. Each getInterpreterContext call will load user credential file faaa5a6 is described below commit faaa5a6dc1b26909d756202a3d41d7ad77838706 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Mon Apr 27 16:06:56 2020 +0800 [ZEPPELIN-4778]. Each getInterpreterContext call will load user credential file --- zeppelin-zengine/src/main/java/org/apache/zeppelin/user/Credentials.java | 1 - 1 file changed, 1 deletion(-) diff --git a/zeppelin-zengine/src/main/java/org/apache/zeppelin/user/Credentials.java b/zeppelin-zengine/src/main/java/org/apache/zeppelin/user/Credentials.java index 0cc68ff..fd2a9d2 100644 --- a/zeppelin-zengine/src/main/java/org/apache/zeppelin/user/Credentials.java +++ b/zeppelin-zengine/src/main/java/org/apache/zeppelin/user/Credentials.java @@ -90,7 +90,6 @@ public class Credentials { } public UserCredentials getUserCredentials(String username) throws IOException { - loadCredentials(); UserCredentials uc = credentialsMap.get(username); if (uc == null) { uc = new UserCredentials();