}
@Before
public void beforeMethod() throws Exception {
dialect = getDialect();
hive = new YamlHiveCreator(dialect).load(getHiveConfigurationFile());
configurationReader = new ConfigurationReader(getMappedClasses());
configurationReader.install(hive);
config = getEntityHiveConfig();
setup();
}