publishTest(job);
}
public void publishTest(Job job) throws Exception {
OutputCommitter committer = new FileOutputCommitterContainer(job,null);
committer.cleanupJob(job);
Partition part = client.getPartition(dbName, tblName, Arrays.asList("p1"));
assertNotNull(part);
StorerInfo storer = InternalUtil.extractStorerInfo(part.getSd(),part.getParameters());