job.getConfiguration(), ShimLoader.getHadoopShims().getHCatShim().createTaskAttemptID());
OutputCommitter committer = hcof.getOutputCommitter(tac);
committer.setupJob(job);
committer.setupTask(tac);
committer.commitTask(tac);
committer.commitJob(job);
Partition part = client.getPartition(dbName, tblName, Arrays.asList("p1"));
assertNotNull(part);
StorerInfo storer = InternalUtil.extractStorerInfo(part.getSd(), part.getParameters());