refactor code to fix HeliumTest

This commit is contained in:
Lee moon soo 2017-01-04 16:09:43 -08:00
parent e142336932
commit 6c380f63a7
2 changed files with 3 additions and 1 deletions

View file

@ -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());

View file

@ -67,7 +67,6 @@ public class Helium {
gson = builder.create();
heliumConf = loadConf(heliumConfPath);
visualizationFactory.bundle(getVisualizationPackagesToBundle());
}
/**