driver = HadoopDriver.createInstance();
} else {
driver = HadoopDriver.createInstance(configurations);
}
this.hadoopDriver = driver;
this.frameworkDeployer = new FrameworkDeployer(createFramework);
this.flow = new FlowDescriptionDriver();
this.testClass = getClass();
this.testName = "unknown";
this.variables = new VariableTable(RedefineStrategy.ERROR);
this.options = new FlowCompilerOptions();