* @throws Exception
*/
@Test
public void testInstallDerby() throws Exception {
HiveConfigurationSchema schema = new HiveConfigurationSchema(getConnectString(TEST_DB));
schema.install();
}
@Override
public Collection<String> getDatabaseNames() {
return Arrays.asList(new String[]{TEST_DB});