mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
refactor code to fix HeliumTest
This commit is contained in:
parent
e142336932
commit
6c380f63a7
2 changed files with 3 additions and 1 deletions
|
|
@ -112,6 +112,9 @@ public class ZeppelinServer extends Application {
|
|||
heliumVisualizationFactory,
|
||||
heliumApplicationFactory);
|
||||
|
||||
// create visualization bundle
|
||||
heliumVisualizationFactory.bundle(helium.getVisualizationPackagesToBundle());
|
||||
|
||||
this.schedulerFactory = new SchedulerFactory();
|
||||
this.replFactory = new InterpreterFactory(conf, notebookWsServer,
|
||||
notebookWsServer, heliumApplicationFactory, depResolver, SecurityUtils.isAuthenticated());
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ public class Helium {
|
|||
gson = builder.create();
|
||||
|
||||
heliumConf = loadConf(heliumConfPath);
|
||||
visualizationFactory.bundle(getVisualizationPackagesToBundle());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue