new FieldSchema(PART1_NAME, Constants.STRING_TYPE_NAME, ""));
tbl.getPartitionKeys().add(
new FieldSchema(PART2_NAME, Constants.STRING_TYPE_NAME, ""));
client.dropTable(dbName, tableName);
client.dropDatabase(dbName);
client.createDatabase(dbName, "newloc");
client.createTable(tbl);
tbl = client.getTable(dbName, tableName);