taskRegistrar.initialize(commandLineParser.getPlugins());
pipeline = new Pipeline(taskRegistrar.getFactoryRegister());
LOG.info("Preparing pipeline.");
pipeline.prepare(commandLineParser.getTaskInfoList());
LOG.info("Launching pipeline execution.");
pipeline.execute();
LOG.info("Pipeline executing, waiting for completion.");