jobConf.setOutputFormat(BasicTableOutputFormat.class);
BasicTableOutputFormat.setMultipleOutputs(jobConf,
TestTypedApi2.OutputPartitionerClass.class, paths);
ZebraSchema zSchema = ZebraSchema.createZebraSchema(schema);
ZebraStorageHint zStorageHint = ZebraStorageHint
.createZebraStorageHint(storageHint);
ZebraSortInfo zSortInfo = ZebraSortInfo.createZebraSortInfo(sortKey,
TestTypedApi2.MemcmpRawComparator.class);
BasicTableOutputFormat.setStorageInfo(jobConf, zSchema, zStorageHint,