mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Set transient instance into InterpreterSetting
This commit is contained in:
parent
1377ef6394
commit
a3a844e205
1 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ public class InterpreterSettingManager {
|
|||
}
|
||||
}
|
||||
|
||||
setting.setInterpreterGroupFactory(interpreterGroupFactory);
|
||||
|
||||
loadInterpreterDependencies(setting);
|
||||
interpreterSettings.put(k, setting);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue