verifyConfProperty(stmt, "stab", "salesTable");
verifyConfProperty(stmt, "icol", "customerID");
con1.close();
if(hiveServer2 != null) {
hiveServer2.stop();
}
}
private void verifyConfProperty(Statement stmt, String property, String expectedValue)
throws Exception {