Skip to content

Commit

Permalink
Update HiveServer2BootstrapTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Jan 19, 2016
1 parent f99c264 commit 1a5942c
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -31,8 +31,6 @@ public class HiveServer2BootstrapTest {

@BeforeClass
public static void setup() throws Exception {
WindowsLibsUtils.setHadoopHome();

try {
configuration = new PropertiesConfiguration("default.properties");
} catch (ConfigurationException e) {
Expand Down Expand Up @@ -124,4 +122,4 @@ public void hiveServer2ShouldStart() throws InterruptedException, ClassNotFoundE
LOGGER.info("HIVE: Running Drop Table Statement: {}", dropDdl);
stmt.execute(dropDdl);
}
}
}

0 comments on commit 1a5942c

Please sign in to comment.